Skip to content

Commit

Permalink
reannounce nightly release
Browse files Browse the repository at this point in the history
  • Loading branch information
PredatorCZ committed Dec 8, 2023
1 parent 4875109 commit 4491e80
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,11 @@ jobs:
fi
done
- name: Clear nightly assets
uses: andreaswilli/delete-[email protected].0
- name: Remove old nightly release
uses: dev-drprasad/delete-tag-and-release@v1.0
with:
tag_name: nightly
github_token: ${{ secrets.GITHUB_TOKEN }}
tag: nightly
deleteOnlyFromDrafts: false

- name: Release them
uses: softprops/action-gh-release@v1
Expand All @@ -63,11 +62,3 @@ jobs:
*.7z
*.sig
tag_name: nightly

- uses: actions/checkout@v2
- name: Redirect nightly tag
run: |
git config --global user.email "nightly-bot"
git config --global user.name "nightly-bot"
git tag nightly --message "" --force
git push origin nightly --force

0 comments on commit 4491e80

Please sign in to comment.