Update .github/workflows/release.yaml
This commit is contained in:
parent
6f7658c94f
commit
d6f25f9c84
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@ -18,7 +18,7 @@ jobs:
|
||||
id: create_release
|
||||
uses: actions/create-release@v1
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.DAMIEN_TOKEN }}
|
||||
GITHUB_TOKEN: ${{ secrets.PACKAGE_TOKEN }}
|
||||
with:
|
||||
tag_name: ${{ github.event.inputs.version }}
|
||||
release_name: Release ${{ github.event.inputs.version }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user