Skip to content

Commit a13264e

Browse files
committed
Upgrade katyo/publish-crates to v2
1 parent f91a487 commit a13264e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/crates-io.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,20 @@ name: Crates.io
33
on:
44
push:
55
tags:
6-
- '**'
6+
- '**'
77

88
jobs:
99
publish:
1010
name: Publish
1111
if: github.repository == 'VHDL-LS/rust_hdl'
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v2
15-
- uses: actions-rs/toolchain@v1
16-
with:
14+
- uses: actions/checkout@v2
15+
- uses: actions-rs/toolchain@v1
16+
with:
1717
toolchain: stable
1818
override: true
19-
- uses: katyo/publish-crates@v1
20-
with:
19+
- uses: katyo/publish-crates@v2
20+
with:
2121
registry-token: ${{ secrets.CRATES_IO_TOKEN }}
2222
ignore-unpublished-changes: true

0 commit comments

Comments
 (0)