Skip to content

Commit

Permalink
try keeping old release assets
Browse files Browse the repository at this point in the history
  • Loading branch information
stm2 committed Feb 8, 2022
1 parent 8b417ea commit 57c5ed8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .build.number
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#Build Number for ANT. Do not edit!
#Tue Feb 08 12:40:52 CET 2022
build.number=12
#Tue Feb 08 12:44:26 CET 2022
build.number=13
3 changes: 2 additions & 1 deletion .github/workflows/publish-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ jobs:
git config user.name "$GITHUB_ACTOR"
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
git remote -v
gh release delete ${TAG} -y || echo "continuing ..."
# should we delete the old release and assets?
# gh release delete ${TAG} -y || echo "continuing ..."
git tag -f "${TAG}"
REMOTE="https://$GITHUB_ACTOR:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY.git"
git push --force "$REMOTE" "${TAG}"
Expand Down

0 comments on commit 57c5ed8

Please sign in to comment.