Skip to content

Commit

Permalink
Update pr_to_tag.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
typemytype authored Mar 12, 2024
1 parent 1265ef4 commit 5f4ca77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr_to_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Create tag if not present
uses: rickstaa/action-create-tag@v1
id: "tag_create"
continue-on-error: true
with:
tag: ${{ ENV.VERSION }}
tag_exists_error: false
github_token: ${{ secrets.GITHUB_TOKEN }}
force_push_tag: true

0 comments on commit 5f4ca77

Please sign in to comment.