mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-09 12:19:09 +00:00
Update crate publish action version
This commit is contained in:
parent
f5d9aab2e5
commit
6ae139d987
1 changed files with 1 additions and 1 deletions
2
.github/workflows/publish.yaml
vendored
2
.github/workflows/publish.yaml
vendored
|
@ -22,7 +22,7 @@ jobs:
|
|||
profile: minimal
|
||||
|
||||
- name: Publish to crates.io
|
||||
uses: katyo/publish-crates@v1
|
||||
uses: katyo/publish-crates@v2
|
||||
with:
|
||||
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}
|
||||
ignore-unpublished-changes: true
|
||||
|
|
Loading…
Reference in a new issue