We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a7ff88 commit 75eb2f5Copy full SHA for 75eb2f5
.github/workflows/publish-go.yml
@@ -2,7 +2,7 @@ name: Release Go App
2
on:
3
push:
4
tags:
5
- - "go@v*"
+ - "v*"
6
7
permissions:
8
contents: read # for checkout
.github/workflows/publish.yaml
@@ -2,7 +2,7 @@ name: Publish
- - "v*"
+ - "rust@v*"
@@ -37,7 +37,7 @@ jobs:
37
- name: Login to cargo
38
run: cargo login <<< $CARGO_API_TOKEN
39
env:
40
- CARGO_API_TOKEN: ${{ secrets.CARGO_API_TOKEN }}
+ CARGO_API_TOKEN: ${{ secrets.CARGO_API_TOKEN }}
41
42
- name: Publish to crates
43
run: cargo publish
0 commit comments