Skip to content

Commit

Permalink
Delete release prior to deleting tag in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
mattaltberg committed Dec 6, 2022
1 parent a131cbf commit 3ac29d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,8 @@ jobs:
repo='strong-bootcamp'
tag="v${version}"
git push --delete origin $tag || echo "No tag to delete"
hub release delete $tag || echo "No release to delete"
git push --delete origin $tag || echo "No tag to delete"
hub release create \
"${files[@]}" \
Expand Down

0 comments on commit 3ac29d4

Please sign in to comment.