Skip to content

Commit

Permalink
Making sure releases continue even if some parts fail
Browse files Browse the repository at this point in the history
  • Loading branch information
DavyLandman committed Oct 20, 2023
1 parent 73e2b3c commit 4395da1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ jobs:

- name: Prepare Draft Release
uses: softprops/action-gh-release@v1
continue-on-error: true
if: startsWith(github.ref, 'refs/tags/v')
with:
draft: true
Expand All @@ -174,6 +175,8 @@ jobs:
# remove non-used jars
rm assets/jars/rascal-core.jar
rm assets/jars/typepal.jar
rm -rf lib/test
rm -rf src/test
mv README-lib.md README.md
- name: Test compile for NPM
Expand Down

0 comments on commit 4395da1

Please sign in to comment.