Skip to content

Commit

Permalink
ci: use a version of autotagger that reportedly works
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno-fs committed Aug 14, 2024
1 parent e73178c commit 28f93c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Tag new version if it doesn't exist
id: tag-version
if: steps.check-version.outputs.version
uses: butlerlogic/[email protected].4
uses: butlerlogic/[email protected].2 # don't update until https://github.com/ButlerLogic/action-autotag/issues/49 is fixed
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
with:
Expand Down

0 comments on commit 28f93c3

Please sign in to comment.