Skip to content

Commit

Permalink
Temporarily allow runme failure
Browse files Browse the repository at this point in the history
  • Loading branch information
janekbaraniewski committed Jun 24, 2024
1 parent 7fb70d6 commit 211a340
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ jobs:

- name: Trigger docs-runme workflow
uses: actions/github-script@v6
continue-on-error: true
with:
script: |
const version = '${{ steps.get_version.outputs.release_version }}';
Expand Down

0 comments on commit 211a340

Please sign in to comment.