Skip to content

Commit

Permalink
Fix TagBot
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremiahpslewis authored May 16, 2024
1 parent fe6d8ed commit e05e5db
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/TagBot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,18 +39,14 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
subdir: src/ReinforcementLearningCore
- name: Tag ReinforcementLearningZoo.jl
- name: Tag ReinforcementLearningFarm.jl
uses: JuliaRegistries/TagBot@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
subdir: src/ReinforcementLearningZoo
subdir: src/ReinforcementLearningFarm
- name: Tag ReinforcementLearningEnvironments.jl
uses: JuliaRegistries/TagBot@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
subdir: src/ReinforcementLearningEnvironments
- name: Tag ReinforcementLearningExperiments.jl
uses: JuliaRegistries/TagBot@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
subdir: src/ReinforcementLearningExperiments

0 comments on commit e05e5db

Please sign in to comment.