Skip to content

Commit

Permalink
ci: fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jamacku committed Nov 29, 2023
1 parent 91e2582 commit 9e1bf03
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ jobs:
- name: Repository checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

# never use pinning to SHA, it breaks the release of this action
- name: Update tag
uses: Actions-R-Us/actions-tagger@330ddfac760021349fef7ff62b372f2f691c20fb # v2.0.3
uses: Actions-R-Us/actions-tagger@v2
with:
publish_latest_tag: false
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 9e1bf03

Please sign in to comment.