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 29251c8 commit 3ed5426Copy full SHA for 3ed5426
.github/workflows/release.yaml
@@ -31,8 +31,6 @@ jobs:
31
run: go version
32
- name: Set VERSION env
33
run: echo VERSION=$(basename ${GITHUB_REF}) >> ${GITHUB_ENV}
34
- - name: Set Github token env
35
- run: echo GITHUB_TOKEN=${secrets.RELEASE_TOKEN} >> ${GITHUB_TOKEN}
36
- name: Copy .env file
37
run: mv .env.sample .env
38
# - name: Package files for windows
@@ -50,6 +48,8 @@ jobs:
50
48
uses: softprops/action-gh-release@v1
51
49
with:
52
files: authorizer-${VERSION}-linux-amd64.tar.gz
+ token: ${{secrets.RELEASE_TOKEN}}
+ tag_name: ${VERSION}
53
# - name: Upload assets
54
# run: |
55
# github-assets-uploader -f authorizer-${VERSION}-linux-amd64.tar.gz -mediatype application/gzip -repo authorizerdev/authorizer -token ${{secrets.RELEASE_TOKEN}} -tag ${VERSION}
0 commit comments