Skip to content

Commit 55ab818

Browse files
committed
style: fix oxfmt check
1 parent 4c7fe31 commit 55ab818

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
@@ -3,12 +3,12 @@ name: Release
33
on:
44
push:
55
tags:
6-
- "v*"
6+
- 'v*'
77

88
permissions: {}
99

1010
env:
11-
DEBUG: "napi:*"
11+
DEBUG: 'napi:*'
1212

1313
concurrency:
1414
group: ${{ github.workflow }}-${{ github.ref }}
@@ -60,7 +60,7 @@ jobs:
6060
- name: Install Rust
6161
uses: dtolnay/rust-toolchain@stable
6262
with:
63-
toolchain: "${{ steps.rustup-version.outputs.RUST_TOOLCHAIN_VERSION }}"
63+
toolchain: '${{ steps.rustup-version.outputs.RUST_TOOLCHAIN_VERSION }}'
6464
targets: ${{ matrix.target }}
6565

6666
- name: Cache Rust

0 commit comments

Comments
 (0)