We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32694a9 commit 3ca0d36Copy full SHA for 3ca0d36
1 file changed
.github/workflows/FixLibrary.yml
@@ -59,10 +59,10 @@ jobs:
59
if: github.event_name == 'create' && github.event.ref_type == 'tag'
60
uses: ncipollo/release-action@v1.14.0
61
with:
62
- name: FixLibrary Release v${{ steps.auto-installer-build.outputs.version }}
63
- tag: ${{ steps.auto-installer-build.outputs.version }}
+ name: FixLibrary Release v${{ steps.fixlibrary-module-build.outputs.version }}
+ tag: ${{ steps.fixlibrary-module-build.outputs.version }}
64
artifacts: bin/Release/net461/linux-x64/FixLibrary/FixLibrary.Module.zip
65
token: ${{ secrets.PAT }}
66
- prerelease: ${{ steps.auto-installer-build.outputs.is_prerelease }}
+ prerelease: ${{ steps.fixlibrary-module-build.outputs.is_prerelease }}
67
allowUpdates: true
68
draft: true
0 commit comments