Skip to content

Commit d0fc45d

Browse files
committed
chore: add set -e
1 parent 1b59fa7 commit d0fc45d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/deploy.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ jobs:
2222
uses: actions/checkout@v4
2323

2424
- name: Update version
25-
run: |
25+
run: |
26+
set -e
27+
2628
current_version=$(grep -oP 'const PluginVersion = "\K[0-9]+\.[0-9]+\.[0-9]+' internal/core/constants.go)
2729
2830
if [[ -z "$current_version" ]]; then

0 commit comments

Comments
 (0)