Skip to content

Commit

Permalink
ci: temporarily set default package version to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lars-berger committed Aug 5, 2024
1 parent 1c2987c commit 10f2f0b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ name: Package
on:
workflow_call:
workflow_dispatch:
push:
branches:
- quick-test

jobs:
next-version:
Expand Down Expand Up @@ -42,7 +39,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 || '3.0.0' }}
./resources/scripts/package.ps1 -VersionNumber ${{ needs.next-version.outputs.new-release-version || '3.1.0' }}
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 10f2f0b

Please sign in to comment.