Skip to content

Commit

Permalink
do not fail
Browse files Browse the repository at this point in the history
  • Loading branch information
Eun committed Jun 11, 2023
1 parent eca27ea commit 130bc67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_published.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: |
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
git tag -d $(echo ${{env.GITHUB_REF_SLUG}} | cut -d. -f1)
git tag -d $(echo ${{env.GITHUB_REF_SLUG}} | cut -d. -f1) | true
git tag $(echo ${{env.GITHUB_REF_SLUG}} | cut -d. -f1)
-
name: Push changes
Expand Down

0 comments on commit 130bc67

Please sign in to comment.