Skip to content

Commit

Permalink
build: don't update latest tag, to avoid breakage
Browse files Browse the repository at this point in the history
  • Loading branch information
jamacku committed Dec 9, 2022
1 parent 89d787f commit 96314ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ jobs:
- name: Update tag
uses: Actions-R-Us/actions-tagger@330ddfac760021349fef7ff62b372f2f691c20fb
with:
publish_latest_tag: true
publish_latest_tag: false
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 96314ad

Please sign in to comment.