Skip to content

Commit

Permalink
Update token stuff again
Browse files Browse the repository at this point in the history
  • Loading branch information
Groovin-Dev committed Apr 25, 2024
1 parent 581e805 commit 1c682b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
id: create_release
uses: actions/create-release@v1
env:
RELEASE_TOKEN: ${{ secrets.RELEASE_TOKEN }}
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
with:
tag_name: v${{ steps.get_version.outputs.VERSION }}
release_name: Release v${{ steps.get_version.outputs.VERSION }}
Expand All @@ -40,7 +40,7 @@ jobs:
id: upload-release-asset
uses: actions/upload-release-asset@v1
env:
RELEASE_TOKEN: ${{ secrets.RELEASE_TOKEN }}
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./build/libs/TeamsExpansion-${{ steps.get_version.outputs.VERSION }}.jar
Expand Down

0 comments on commit 1c682b5

Please sign in to comment.