We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 238d71e commit 5c29a2fCopy full SHA for 5c29a2f
2 files changed
.github/workflows/auto-tag.yml
@@ -48,7 +48,7 @@ jobs:
48
- name: Publish to crates.io
49
env:
50
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
51
- run: cargo release publish --workspace --execute --no-confirm --no-tag --no-push --allow-branch HEAD
+ run: cargo release publish --workspace --execute --no-confirm --allow-branch main
52
53
- name: Create GitHub Release
54
uses: softprops/action-gh-release@v1
.github/workflows/publish.yml
@@ -39,7 +39,7 @@ jobs:
39
40
41
run: |
42
- cargo release publish --workspace --execute --no-confirm --no-tag --no-push --allow-branch HEAD
+ cargo release publish --workspace --execute --no-confirm --allow-branch main
43
44
45
0 commit comments