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 b75fecf commit fdf6bbaCopy full SHA for fdf6bba
.github/workflows/build_release.yml
@@ -191,8 +191,8 @@ jobs:
191
192
- name: Upload Release Assets
193
uses: softprops/action-gh-release@v2
194
- if: "startsWith(github.ref, 'refs/tags/')"
195
with:
+ tag_name: ${{ needs.create_release.outputs.tag_name }}
196
files: output/*
197
env:
198
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments