Skip to content

Commit

Permalink
Replace deprecated action
Browse files Browse the repository at this point in the history
  • Loading branch information
PerikiyoXD committed Dec 10, 2024
1 parent a17c550 commit a1df999
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/assemble-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,9 @@ jobs:
id: date
run: echo "::set-output name=date::$(date +'%Y-%m-%d-%H-%M-%S')"
- name: Delete Old Release
uses: dev-drprasad/[email protected]
with:
delete_release: true
tag_name: newest
run: gh release delete newest -y
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand Down

0 comments on commit a1df999

Please sign in to comment.