Skip to content

Commit

Permalink
Delete the previous release for our "nightlies."
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoikas committed Aug 18, 2023
1 parent 3a27b23 commit c69fd78
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/publish-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,11 @@ jobs:
fs.writeFileSync(`${process.env.GITHUB_WORKSPACE}/artifacts/${art.name}.zip`, Buffer.from(download.data));
}));
- name: Delete Previous Tag
run: |
git tag -d last-successful || true
git push origin :refs/tags/last-successful || true
- name: Delete Previous Release
uses: dev-drprasad/delete-tag-and-release@v1.0.0
with:
tag_name: last-successful
github_token: ${{ secrets.GITHUB_TOKEN }}

- name: Update Release
id: release
Expand Down

0 comments on commit c69fd78

Please sign in to comment.