We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
zed@82dedcbc6c
1 parent 5bea6f1 commit 8cbefa5Copy full SHA for 8cbefa5
2 files changed
.github/workflows/bump_version.yml
@@ -28,7 +28,6 @@ jobs:
28
bump_type="patch"
29
fi
30
echo "bump_type=$bump_type" >> $GITHUB_OUTPUT
31
- shell: bash -euxo pipefail {0}
32
env:
33
HAS_MAJOR_LABEL: |-
34
${{ (github.event.action == 'labeled' && github.event.label.name == 'major') ||
@@ -57,3 +56,6 @@ jobs:
57
56
concurrency:
58
group: ${{ github.workflow }}-${{ github.ref_name }}-${{ github.ref_name == 'main' && github.sha || 'anysha' }}labels
59
cancel-in-progress: true
+defaults:
60
+ run:
61
+ shell: bash -euxo pipefail {0}
.github/workflows/release_version.yml
0 commit comments