Skip to content

Commit

Permalink
delete release before uploading a new version
Browse files Browse the repository at this point in the history
  • Loading branch information
stlankes committed Sep 14, 2024
1 parent e44e77e commit 5dff4fb
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,12 @@ jobs:
needs: build

steps:
- uses: dev-drprasad/[email protected]
with:
delete_release: true
tag_name: stage0
github_token: ${{ secrets.GITHUB_TOKEN }}

- name: Get artifacts
uses: actions/download-artifact@v4
with:
Expand All @@ -88,8 +94,8 @@ jobs:
- name: Release to GitHub
uses: ncipollo/release-action@v1
with:
name: Latest Release
tag: latest
name: Latest Stage0 Release
tag: stage0
commit: stage0
body: ${{ github.event.head_commit.message }}
artifacts: "i686-eduos-stage0"
Expand Down

0 comments on commit 5dff4fb

Please sign in to comment.