Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bsutton authored May 12, 2022
1 parent 128e259 commit aee18f2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,15 @@ jobs:
files: |
bin/${{ runner.os }}/opub
bin/${{ runner.os }}/onepub
- name: Delete old latest so we can replace
uses: dev-drprasad/[email protected]
with:
delete_release: true # default: false
tag_name: ${{ runner.os }}/latest # tag name to delete
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Release opub and onepub as latest
uses: softprops/action-gh-release@v1
env:
Expand Down

0 comments on commit aee18f2

Please sign in to comment.