Skip to content

Commit

Permalink
ci: add default version number on package
Browse files Browse the repository at this point in the history
  • Loading branch information
lars-berger committed Jul 28, 2024
1 parent 9b5271b commit 50dff9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
AZ_TENANT_ID: ${{ secrets.AZ_TENANT_ID }}
RFC3161_TIMESTAMP_URL: ${{ vars.RFC3161_TIMESTAMP_URL }}
run: |
./resources/scripts/package.ps1 -VersionNumber ${{ needs.next-version.outputs.new-release-version }}
./resources/scripts/package.ps1 -VersionNumber ${{ needs.next-version.outputs.new-release-version || '0.0.0' }}
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 50dff9c

Please sign in to comment.