Skip to content

Commit 9479808

Browse files
Update CI workflows to zed@82dedcbc6c (#10)
This PR updates the CI workflow files from the main Zed repository based on the commit zed-industries/zed@82dedcb Co-authored-by: zed-zippy[bot] <234243425+zed-zippy[bot]@users.noreply.github.com>
1 parent 00f5f9e commit 9479808

File tree

2 files changed

+3
-17
lines changed

2 files changed

+3
-17
lines changed

.github/workflows/bump_version.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ jobs:
2828
bump_type="patch"
2929
fi
3030
echo "bump_type=$bump_type" >> $GITHUB_OUTPUT
31-
shell: bash -euxo pipefail {0}
3231
env:
3332
HAS_MAJOR_LABEL: |-
3433
${{ (github.event.action == 'labeled' && github.event.label.name == 'major') ||
@@ -57,3 +56,6 @@ jobs:
5756
concurrency:
5857
group: ${{ github.workflow }}-${{ github.ref_name }}-${{ github.ref_name == 'main' && github.sha || 'anysha' }}labels
5958
cancel-in-progress: true
59+
defaults:
60+
run:
61+
shell: bash -euxo pipefail {0}

.github/workflows/release_version.yml

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)