We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0291ae7 commit 42e9b9bCopy full SHA for 42e9b9b
.github/workflows/release.yml
@@ -49,11 +49,11 @@ jobs:
49
tag_name: ${{ github.ref }}
50
body_path: CHANGELOG.md
51
env:
52
- GITHUB_TOKEN: ${{ GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ github.token }}
53
- name: Subir executavel (zip) para release
54
uses: actions/upload-release-asset@v1
55
56
57
with:
58
upload_url: ${{ steps.create_release.outputs.upload_url }}
59
asset_path: ./java-nfe.zip
0 commit comments