Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -65,7 +65,7 @@ jobs:
with:
command: query
# Effectively an if else statement: https://docs.github.com/en/actions/learn-github-actions/expressions#example
version: ${{ github.event.release.prerelease && 'unreleased' || steps.get-version.outputs.version-without-v }}
version: ${{ steps.get-version.outputs.version-without-v }}

- name: Update Release with Files
id: create_version_release

0 comments on commit be634f7

Please sign in to comment.