Skip to content

Commit 49f0422

Browse files
committed
fix yaml
1 parent c32d721 commit 49f0422

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
# manual update
55
push:
66
tags:
7-
- 'v*'
7+
- "v*"
88
# automated update
99
workflow_run:
1010
workflows: ["Bump program version"]
@@ -25,7 +25,7 @@ jobs:
2525
echo "CARGO_VERSION=$(grep '^version = ' Cargo.toml | cut -d '"' -f2)" >> $GITHUB_ENV
2626
2727
# For tag trigger: Check that tag matches Cargo.toml version
28-
- name: Validate tag match for tag trigger
28+
- name: Validate tag match for tag trigger
2929
if: github.event_name == 'push'
3030
run: |
3131
TAG=${GITHUB_REF#refs/tags/v}
@@ -65,7 +65,7 @@ jobs:
6565

6666
- name: Install ffi toolchain (1.76.0)
6767
run: |
68-
rustup install stable
68+
rustup install stable
6969
rustup target add 1.76.0-x86_64-apple-darwin
7070
- name: Build Mac
7171
run: |

0 commit comments

Comments
 (0)