mirror of
https://github.com/VHDL-LS/rust_hdl.git
synced 2025-08-04 10:59:30 +00:00
Upgrade katyo/publish-crates to v2
This commit is contained in:
parent
f91a4870bf
commit
a13264ef00
1 changed files with 6 additions and 6 deletions
12
.github/workflows/crates-io.yml
vendored
12
.github/workflows/crates-io.yml
vendored
|
@ -3,7 +3,7 @@ name: Crates.io
|
|||
on:
|
||||
push:
|
||||
tags:
|
||||
- '**'
|
||||
- '**'
|
||||
|
||||
jobs:
|
||||
publish:
|
||||
|
@ -11,12 +11,12 @@ jobs:
|
|||
if: github.repository == 'VHDL-LS/rust_hdl'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: stable
|
||||
override: true
|
||||
- uses: katyo/publish-crates@v1
|
||||
with:
|
||||
- uses: katyo/publish-crates@v2
|
||||
with:
|
||||
registry-token: ${{ secrets.CRATES_IO_TOKEN }}
|
||||
ignore-unpublished-changes: true
|
Loading…
Add table
Add a link
Reference in a new issue