Skip to content

Commit

Permalink
Update build-and-publish.yml (#465)
Browse files Browse the repository at this point in the history
  • Loading branch information
runceel authored Dec 21, 2023
1 parent f2148c2 commit 18844db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "latest"
prerelease: ${{ contains(github.ref, '-pre') }}
title: "${GITHUB_REF/refs/tags}"
prerelease: ${{ contains(needs.build.outputs.version, '-pre') }}
title: "Release v${{ needs.build.outputs.version }}"
files: |
dist/*.nupkg

0 comments on commit 18844db

Please sign in to comment.