Skip to content

Commit

Permalink
Merge pull request #1471 from Hoikas/delete_release
Browse files Browse the repository at this point in the history
Delete the previous release for our "nightlies."
  • Loading branch information
dpogue authored Aug 18, 2023
2 parents 3a27b23 + c69fd78 commit 791c02f
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 791c02f

Please sign in to comment.