Skip to content

Commit

Permalink
fix versioning
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Tuerk <[email protected]>
  • Loading branch information
Johannes Tuerk committed Dec 14, 2023
1 parent 7655a62 commit 160cf87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-nuget.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
if $IS_MAIN_BRANCH; then
SUFFIX="-rc.{{ github.run_number }}"
elif $IS_PULL_REQUEST; then
SUFFIX="-pr.${{ github.event.number }}.${{ github.run_number }}
SUFFIX="-pr.${{ github.event.number }}.${{ github.run_number }}"
fi
echo "APP_VERSION=$MAJOR.$MINOR.$PATCH$SUFFIX" >> $GITHUB_ENV
Expand Down

0 comments on commit 160cf87

Please sign in to comment.