Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
samhamptonheycar committed Apr 16, 2024
1 parent 7822612 commit f4a9818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-major.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
_commit_sha="dd6bbe3d4c21ac7fc5991403123cddd59fe06866"
# delete major version tag if exists
gh release delete "${_major_tag}" --repo hey-car/action-bootstrap --cleanup-tag -y
gh release delete "${_major_tag}" --repo hey-car/action-bootstrap --cleanup-tag -y || echo "No major version tag to delete"
# create major version tag
gh release create "${_major_tag}" --repo hey-car/action-bootstrap --target "${_commit_sha}" --generate-notes --latest
Expand Down

0 comments on commit f4a9818

Please sign in to comment.