We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c7fe31 commit 55ab818Copy full SHA for 55ab818
.github/workflows/release.yml
@@ -3,12 +3,12 @@ name: Release
3
on:
4
push:
5
tags:
6
- - "v*"
+ - 'v*'
7
8
permissions: {}
9
10
env:
11
- DEBUG: "napi:*"
+ DEBUG: 'napi:*'
12
13
concurrency:
14
group: ${{ github.workflow }}-${{ github.ref }}
@@ -60,7 +60,7 @@ jobs:
60
- name: Install Rust
61
uses: dtolnay/rust-toolchain@stable
62
with:
63
- toolchain: "${{ steps.rustup-version.outputs.RUST_TOOLCHAIN_VERSION }}"
+ toolchain: '${{ steps.rustup-version.outputs.RUST_TOOLCHAIN_VERSION }}'
64
targets: ${{ matrix.target }}
65
66
- name: Cache Rust
0 commit comments