Skip to content

Commit

Permalink
Try to fix release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mvodya authored Mar 1, 2024
1 parent eb2bd35 commit f281af9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@ env:

jobs:
release:
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: publish library
run: cargo publish --verbose --token ${CARGO_REGISTRY_TOKEN}
env:
Expand Down

0 comments on commit f281af9

Please sign in to comment.