Skip to content

Commit 5c29a2f

Browse files
committed
Fix publishing
1 parent 238d71e commit 5c29a2f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/auto-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Publish to crates.io
4949
env:
5050
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
51-
run: cargo release publish --workspace --execute --no-confirm --no-tag --no-push --allow-branch HEAD
51+
run: cargo release publish --workspace --execute --no-confirm --allow-branch main
5252

5353
- name: Create GitHub Release
5454
uses: softprops/action-gh-release@v1

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
env:
4040
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
4141
run: |
42-
cargo release publish --workspace --execute --no-confirm --no-tag --no-push --allow-branch HEAD
42+
cargo release publish --workspace --execute --no-confirm --allow-branch main
4343
4444
- name: Create GitHub Release
4545
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)