summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/release.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 9896977..ff37f2e 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -97,7 +97,7 @@ jobs:
uses: rust-lang/crates-io-auth-action@v1
- name: Publish
- run: cargo publish --locked --no-verify
+ run: cargo publish --locked --no-verify || true
env:
CARGO_REGISTRY_TOKEN: ${{ steps.auth.outputs.token }}
@@ -118,6 +118,8 @@ jobs:
name: windows-dist
path: upload
+ - uses: actions/checkout@v4
+
- name: Format release note from CHANGELOG.md
run: |
version="$GITHUB_REF_NAME"