-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #47 from andreaswilli/update-deps
Update dependencies
- Loading branch information
Showing
5 changed files
with
2,726 additions
and
12,105 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,15 +12,15 @@ jobs: | |
lookForRelease: | ||
needs: test | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- name: Check out Git repository | ||
uses: actions/checkout@v2 | ||
uses: actions/checkout@v3 | ||
|
||
- name: Get version number | ||
uses: stevenbenitez/get-package-version-action@v1 | ||
id: package-version | ||
|
||
- name: Get release for current version number | ||
id: get_release | ||
uses: joutvhu/[email protected] | ||
|
@@ -34,15 +34,14 @@ jobs: | |
release_is_draft: ${{ steps.get_release.outputs.draft }} | ||
|
||
deleteReleaseAssets: | ||
needs: lookForRelease | ||
needs: lookForRelease | ||
if: | | ||
needs.lookForRelease.outputs.release_id == null || | ||
needs.lookForRelease.outputs.release_is_draft == 'true' | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- name: Check out Git repository | ||
uses: actions/checkout@v2 | ||
uses: actions/checkout@v3 | ||
|
||
- name: Delete current release assets | ||
uses: andreaswilli/[email protected] | ||
|
@@ -59,7 +58,7 @@ jobs: | |
|
||
steps: | ||
- name: Check out Git repository | ||
uses: actions/checkout@v2 | ||
uses: actions/checkout@v3 | ||
|
||
- name: Install Node.js, NPM and Yarn | ||
uses: actions/setup-node@v1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.