-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI workflows overhaul: Remove build from repo (#203)
* Remove build from repo * fix(.github): Update workflow labels
- Loading branch information
1 parent
8eb6c17
commit 61fee9f
Showing
15 changed files
with
3 additions
and
213 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,18 +17,18 @@ jobs: | |
ref: master | ||
persist-credentials: false | ||
|
||
- name: Setup Node | ||
- name: Setup node | ||
uses: actions/[email protected] | ||
with: | ||
node-version: 20.8.1 | ||
|
||
- name: Install dependencies | ||
run: yarn | ||
|
||
- name: Run build | ||
- name: Build | ||
run: yarn build | ||
|
||
- name: ZIP build | ||
- name: Zip build | ||
run: zip -r build.zip build | ||
|
||
- name: Release | ||
|
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 |
---|---|---|
|
@@ -18,7 +18,6 @@ | |
"@semantic-release/git", | ||
{ | ||
"assets": [ | ||
"build/**/*.{js,css}", | ||
"docs", | ||
"package.json" | ||
], | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.