Skip to content

Commit

Permalink
chore(ci): rename and allow write access for rust publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Vexcited committed Dec 31, 2024
1 parent 0cb9d97 commit 0eb21b5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish on NPM
name: Publish on NPM and crates.io

on:
workflow_dispatch:
Expand Down Expand Up @@ -38,11 +38,12 @@ jobs:
run: |
pnpm install && pnpm build
npm publish --provenance --access public
publish-rust:
runs-on: 'ubuntu-latest'

permissions:
contents: read
contents: write

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 0eb21b5

Please sign in to comment.