Skip to content

Commit

Permalink
yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ctolkien committed Jul 18, 2023
1 parent 1e0e804 commit c77944e
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 @@ -31,7 +31,7 @@ jobs:
run: dotnet test --no-build --verbosity normal --logger GitHubActions
- name: Pack #If we're not in production, add a version suffix to the package. This indicates pre-release
if: inputs.environment != 'Production'
run: dotnet pack ./src/TinyPNG --configuration release --output ${{ github.workspace}}/artifact/ /p:VersionSuffix=${{ github.run_number}}
run: dotnet pack ./src/TinyPNG --configuration release --output ${{ github.workspace}}/artifact/ /p:VersionSuffix=prerelease.${{ github.run_number}}
- name: Pack
if: inputs.environment == 'Production'
run: dotnet pack ./src/TinyPNG --configuration release --output ${{ github.workspace}}/artifact/
Expand Down

0 comments on commit c77944e

Please sign in to comment.