Skip to content

Commit

Permalink
fix qualifier when on main
Browse files Browse the repository at this point in the history
  • Loading branch information
dovholuknf committed Oct 5, 2023
1 parent 62b0135 commit 6cc99e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/native-nuget-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
id: qualifierinfo
run: |
if [ "${BRANCH_NAME}" = "main" ]; then
echo "qualifier=.${BRANCH_NAME}${{github.run_number}}" >> $GITHUB_OUTPUT
echo "qualifier=.${{github.run_number}}" >> $GITHUB_OUTPUT
else
echo "qualifier=-${BRANCH_NAME}rc${{github.run_number}}" >> $GITHUB_OUTPUT
fi
Expand Down

0 comments on commit 6cc99e5

Please sign in to comment.