Skip to content

Commit

Permalink
FIX: add release prefix to create tags during binary deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeiNikolaev committed Jul 4, 2022
1 parent afb22fe commit 8261e0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,15 +187,15 @@ jobs:
uses: dev-drprasad/[email protected]
with:
delete_release: true
tag_name: ${{ github.ref_name }}
tag_name: release-${{ github.ref_name }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Upload release
uses: softprops/action-gh-release@v1
with:
name: ${{ github.ref_name }}
tag_name: ${{ github.ref_name }}
tag_name: release-${{ github.ref_name }}
fail_on_unmatched_files: true
files: |
artifacts/Optimus_*_Linux.zip
Expand Down

0 comments on commit 8261e0c

Please sign in to comment.