Skip to content

Commit

Permalink
Merge pull request #15 from sergeiNikolaev/workflow_correction
Browse files Browse the repository at this point in the history
FIX: add release prefix to create tags during binary deployments
  • Loading branch information
sergeiNikolaev authored Jul 4, 2022
2 parents afb22fe + 8261e0c commit c8b7b16
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 c8b7b16

Please sign in to comment.