We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c2987c commit 10f2f0bCopy full SHA for 10f2f0b
.github/workflows/package.yaml
@@ -3,9 +3,6 @@ name: Package
3
on:
4
workflow_call:
5
workflow_dispatch:
6
- push:
7
- branches:
8
- - quick-test
9
10
jobs:
11
next-version:
@@ -42,7 +39,7 @@ jobs:
42
39
AZ_TENANT_ID: ${{ secrets.AZ_TENANT_ID }}
43
40
RFC3161_TIMESTAMP_URL: ${{ vars.RFC3161_TIMESTAMP_URL }}
44
41
run: |
45
- ./resources/scripts/package.ps1 -VersionNumber ${{ needs.next-version.outputs.new-release-version || '3.0.0' }}
+ ./resources/scripts/package.ps1 -VersionNumber ${{ needs.next-version.outputs.new-release-version || '3.1.0' }}
46
47
- uses: actions/upload-artifact@v4
48
with:
0 commit comments