We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
release-please
1 parent 2f8ed23 commit 24425deCopy full SHA for 24425de
1 file changed
.github/workflows/release-please.yml
@@ -5,10 +5,6 @@ on:
5
branches:
6
- main
7
8
-env:
9
- CARGO_TERM_COLOR: always
10
- RUST_VERSION: 1.87.0
11
-
12
permissions:
13
id-token: write # Required for OIDC
14
contents: write
@@ -34,13 +30,8 @@ jobs:
34
30
runs-on: ubuntu-latest
35
31
steps:
36
32
- uses: actions/checkout@v4
37
- - name: Install Rust ${{ env.RUST_VERSION }}
38
- run: rustup toolchain install ${{ env.RUST_VERSION }} --component clippy --component rustfmt && rustup default ${{ env.RUST_VERSION }}
39
- - name: Cache
40
- uses: Swatinem/rust-cache@v2
41
33
- uses: actions/setup-node@v4
42
with:
43
node-version-file: 'package.json'
44
- - run: npm install -g npm@latest
45
- - run: npm install && npm run build
46
- - run: npm publish --access public
+ - run: npm install
+ - run: npm publish --access public
0 commit comments