Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mcs committed Apr 2, 2024
1 parent c01d56f commit 47cf536
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/script-tsumbeta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ jobs:
name: index-zip
- name: Test artifact download
run: ls -R
- name: Delete old release and its tag
uses: dev-drprasad/[email protected]
with:
tag_name: latest #(required) - The name of the tag to delete. This is expected to be solely the tag name, not the name of a git reference.
delete_release: true #(optional) default: true - also delete all releases and their assets that are associated to the tag name
github_token: ${{ secrets.GITHUB_TOKEN }} # (required) - a GitHub token with write access to the repo where tags and releases will be searched and deleted
- name: Release artifact
id: create-release
uses: actions/create-release@v1
Expand Down

0 comments on commit 47cf536

Please sign in to comment.