Skip to content

Commit 10f2f0b

Browse files
committed
ci: temporarily set default package version to 3.1.0
1 parent 1c2987c commit 10f2f0b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/package.yaml

+1-4
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ name: Package
33
on:
44
workflow_call:
55
workflow_dispatch:
6-
push:
7-
branches:
8-
- quick-test
96

107
jobs:
118
next-version:
@@ -42,7 +39,7 @@ jobs:
4239
AZ_TENANT_ID: ${{ secrets.AZ_TENANT_ID }}
4340
RFC3161_TIMESTAMP_URL: ${{ vars.RFC3161_TIMESTAMP_URL }}
4441
run: |
45-
./resources/scripts/package.ps1 -VersionNumber ${{ needs.next-version.outputs.new-release-version || '3.0.0' }}
42+
./resources/scripts/package.ps1 -VersionNumber ${{ needs.next-version.outputs.new-release-version || '3.1.0' }}
4643
4744
- uses: actions/upload-artifact@v4
4845
with:

0 commit comments

Comments
 (0)