Skip to content

Commit

Permalink
Suffix unstable packages with git hash
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyrrrz committed Nov 24, 2023
1 parent 0ba478e commit 7af00a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: Tyrrrz/.github/.github/workflows/nuget.yml@master
with:
deploy: ${{ inputs.deploy || github.ref_type == 'tag' }}
package-version: ${{ inputs.package-version || (github.ref_type == 'tag' && github.ref_name) || '0.0.0' }}
package-version: ${{ inputs.package-version || (github.ref_type == 'tag' && github.ref_name) || format('0.0.0-ci-{0}', github.sha) }}
dotnet-version: 8.0.x
# Don't use the default logger (which is GitHubActionsTestLogger) because that
# causes contention issues since we're literally building and testing that logger.
Expand Down

0 comments on commit 7af00a4

Please sign in to comment.