Skip to content
This repository was archived by the owner on Jun 14, 2023. It is now read-only.

Commit 6b27662

Browse files
author
Felix Schütt
committed
Allow wapm-toml publishing to fail in CI
1 parent 4ded20a commit 6b27662

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,9 @@ jobs:
164164
# key: ${{ matrix.os }}-${{ matrix.rust }}-${{ hashFiles('Cargo.lock') }}
165165
# restore-keys: |
166166
# ${{ matrix.os }}-${{ matrix.rust }}-${{ hashFiles('Cargo.lock') }}
167-
- name: Release to crates.io
167+
- name: Release wapm-toml to crates.io
168168
if: (needs.setup.outputs.DOING_RELEASE == '1' || github.event.inputs.release != '') && matrix.os == 'ubuntu-latest'
169+
continue-on-error: true
169170
run: |
170171
cargo publish --allow-dirty --manifest-path="wapm-toml/Cargo.toml" --token ${{ secrets.CRATES_IO_TOKEN }}
171172
- name: Release to crates.io

0 commit comments

Comments
 (0)