Skip to content

Commit 42e9b9b

Browse files
Update release.yml
correcao de action
1 parent 0291ae7 commit 42e9b9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@ jobs:
4949
tag_name: ${{ github.ref }}
5050
body_path: CHANGELOG.md
5151
env:
52-
GITHUB_TOKEN: ${{ GITHUB_TOKEN }}
52+
GITHUB_TOKEN: ${{ github.token }}
5353
- name: Subir executavel (zip) para release
5454
uses: actions/upload-release-asset@v1
5555
env:
56-
GITHUB_TOKEN: ${{ GITHUB_TOKEN }}
56+
GITHUB_TOKEN: ${{ github.token }}
5757
with:
5858
upload_url: ${{ steps.create_release.outputs.upload_url }}
5959
asset_path: ./java-nfe.zip

0 commit comments

Comments
 (0)