Skip to content

Commit

Permalink
fix: use working autotag action (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeluard authored Feb 9, 2024
1 parent 169f0a3 commit a6f67df
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ jobs:
uses: actions/checkout@v2
- name: Create tag
id: tag
uses: butlerlogic/[email protected].1
with:
uses: butlerlogic/[email protected].2
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
with:
strategy: package # Optional, since "package" is the default strategy
tag_prefix: "v"
outputs:
Expand Down

0 comments on commit a6f67df

Please sign in to comment.