Skip to content

Commit

Permalink
Update upload-and-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyber-Finn authored Jul 3, 2024
1 parent 0fc25aa commit be7c2c8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/upload-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ jobs:
#run: echo "::set-output name=commit_message::$(git log -1 --pretty=format:'%s%n%n%b')"
run: echo "commit_message=$(git log -1 --pretty=format:'%s%n%n%b')" >> $GITHUB_ENV

- name: Set environment token variable
run: echo "GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}" >> $GITHUB_ENV


- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand Down

0 comments on commit be7c2c8

Please sign in to comment.