Skip to content

Commit

Permalink
Update FixLibrary.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnamed434 committed Nov 14, 2024
1 parent 32694a9 commit 3ca0d36
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/FixLibrary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ jobs:
if: github.event_name == 'create' && github.event.ref_type == 'tag'
uses: ncipollo/[email protected]
with:
name: FixLibrary Release v${{ steps.auto-installer-build.outputs.version }}
tag: ${{ steps.auto-installer-build.outputs.version }}
name: FixLibrary Release v${{ steps.fixlibrary-module-build.outputs.version }}
tag: ${{ steps.fixlibrary-module-build.outputs.version }}
artifacts: bin/Release/net461/linux-x64/FixLibrary/FixLibrary.Module.zip
token: ${{ secrets.PAT }}
prerelease: ${{ steps.auto-installer-build.outputs.is_prerelease }}
prerelease: ${{ steps.fixlibrary-module-build.outputs.is_prerelease }}
allowUpdates: true
draft: true

0 comments on commit 3ca0d36

Please sign in to comment.