We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1643d03 commit 65d743cCopy full SHA for 65d743c
.github/workflows/release.yml
@@ -50,7 +50,7 @@ jobs:
50
- name: Attach Distribution to release
51
env:
52
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
53
- run: gh release upload ${{ github.ref_name }} .artifacts/docs-lambda-index-publisher/release_linux-x64/bootstrap
+ run: gh release upload ${{ github.event.release.tag_name }} .artifacts/docs-lambda-index-publisher/release_linux-x64/bootstrap
54
shell: bash
55
56
release:
@@ -80,5 +80,5 @@ jobs:
80
81
82
83
- run: gh release upload ${{ github.ref_name }} .artifacts/publish/docs-builder/release/*.zip
+ run: gh release upload ${{ github.event.release.tag_name }} .artifacts/publish/docs-builder/release/*.zip
84
0 commit comments