Skip to content

Commit

Permalink
Updated GitHub actions secret name
Browse files Browse the repository at this point in the history
Reviewed-by: #41
  • Loading branch information
CuberHuber committed Nov 29, 2024
1 parent 8cc5812 commit 8ff4292
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ jobs:
run: echo "::set-output name=TAG_NAME::v$(date +'%Y%m%d%H%M%S')"

- name: Create Tag
env:
GITHUB_TOKEN: ${{ secrets.PLUGIN_RELEASE_TOKEN }}
run: |
git tag ${{ steps.get_date.outputs.TAG_NAME }}
git push origin ${{ steps.get_date.outputs.TAG_NAME }}
Expand Down

0 comments on commit 8ff4292

Please sign in to comment.