Skip to content

Commit

Permalink
Allow publishing failures
Browse files Browse the repository at this point in the history
  • Loading branch information
MathiasPius committed Nov 13, 2023
1 parent 90a49a8 commit f6db1c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ jobs:

- name: publish library to crates.io
uses: katyo/publish-crates@v2
continue-on-error: true
with:
path: "./yaml-validator"
registry-token: ${{ secrets.CARGO_LOGIN_TOKEN }}
Expand All @@ -77,6 +78,7 @@ jobs:

- name: publish cli to crates.io
uses: katyo/publish-crates@v2
continue-on-error: true
with:
path: "./yaml-validator-cli"
registry-token: ${{ secrets.CARGO_LOGIN_TOKEN }}
Expand Down

0 comments on commit f6db1c9

Please sign in to comment.