Skip to content

Commit 3ca0d36

Browse files
committed
Update FixLibrary.yml
1 parent 32694a9 commit 3ca0d36

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/FixLibrary.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@ jobs:
5959
if: github.event_name == 'create' && github.event.ref_type == 'tag'
6060
uses: ncipollo/release-action@v1.14.0
6161
with:
62-
name: FixLibrary Release v${{ steps.auto-installer-build.outputs.version }}
63-
tag: ${{ steps.auto-installer-build.outputs.version }}
62+
name: FixLibrary Release v${{ steps.fixlibrary-module-build.outputs.version }}
63+
tag: ${{ steps.fixlibrary-module-build.outputs.version }}
6464
artifacts: bin/Release/net461/linux-x64/FixLibrary/FixLibrary.Module.zip
6565
token: ${{ secrets.PAT }}
66-
prerelease: ${{ steps.auto-installer-build.outputs.is_prerelease }}
66+
prerelease: ${{ steps.fixlibrary-module-build.outputs.is_prerelease }}
6767
allowUpdates: true
6868
draft: true

0 commit comments

Comments
 (0)