Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
netquick authored Jul 15, 2024
1 parent a0d5ad1 commit 76c7fc9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,13 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
tag_name: release-${{ github.run_id }}-${{ github.run_attempt }}-${{ github.run_number }}-${{ github.event_name }}-${{ github.sha }}
release_name: Release ${{ github.run_id }}-${{ github.run_attempt }}-${{ github.run_number }}-${{ github.event_name }}-${{ github.sha }}
draft: false
prerelease: false



- name: Upload Release Asset
uses: actions/upload-release-asset@v1
env:
Expand Down

0 comments on commit 76c7fc9

Please sign in to comment.