Skip to content

Commit

Permalink
🐛 Fixed YAML syntax: yes 👉 true
Browse files Browse the repository at this point in the history
  • Loading branch information
RealA10N committed Jun 25, 2021
1 parent 82966ef commit b76eab4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
name: 🌎 PyPI
runs-on: ubuntu-latest
needs: test
continue-on-error: yes
continue-on-error: true

steps:
- name: Clone 👀
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
name: 🚀 GitHub Release
runs-on: ubuntu-latest
needs: test
continue-on-error: yes
continue-on-error: true

steps:
- name: Clone 👀
Expand Down

0 comments on commit b76eab4

Please sign in to comment.