Skip to content

Commit 87101ec

Browse files
committed
ci: fix release
1 parent bd1b6ff commit 87101ec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
src:
3535
- 'Cargo.toml'
3636
- '**/Cargo.toml'
37+
- '.github/workflows/release.yml'
3738
3839
- uses: rust-lang/crates-io-auth-action@e919bc7605cde86df457cf5b93c5e103838bd879 # v1.0.1
3940
if: steps.changes.outputs.src == 'true'
@@ -43,6 +44,7 @@ jobs:
4344
id: release-plz
4445
env:
4546
GITHUB_TOKEN: ${{ secrets.OXC_BOT_PAT }}
47+
CARGO_REGISTRY_TOKEN: ${{ steps.auth.outputs.token }}
4648

4749
- name: Bump package.json
4850
if: ${{ steps.release-plz.outputs.prs_created }}

0 commit comments

Comments
 (0)