We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd1b6ff commit 87101ecCopy full SHA for 87101ec
.github/workflows/release.yml
@@ -34,6 +34,7 @@ jobs:
34
src:
35
- 'Cargo.toml'
36
- '**/Cargo.toml'
37
+ - '.github/workflows/release.yml'
38
39
- uses: rust-lang/crates-io-auth-action@e919bc7605cde86df457cf5b93c5e103838bd879 # v1.0.1
40
if: steps.changes.outputs.src == 'true'
@@ -43,6 +44,7 @@ jobs:
43
44
id: release-plz
45
env:
46
GITHUB_TOKEN: ${{ secrets.OXC_BOT_PAT }}
47
+ CARGO_REGISTRY_TOKEN: ${{ steps.auth.outputs.token }}
48
49
- name: Bump package.json
50
if: ${{ steps.release-plz.outputs.prs_created }}
0 commit comments