-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into fix/publish
- Loading branch information
Showing
3 changed files
with
4 additions
and
9 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 |
---|---|---|
|
@@ -7,14 +7,9 @@ on: | |
- master | ||
|
||
jobs: | ||
skip: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- run: echo "[Skip CI] ${{ contains(github.event.head_commit.message, '[skip ci]') }}" | ||
release: | ||
name: release | ||
runs-on: ubuntu-latest | ||
if: contains(github.event.head_commit.message, '[skip ci]') == false | ||
permissions: | ||
contents: write | ||
steps: | ||
|
@@ -69,7 +64,7 @@ jobs: | |
git config user.name "GitHub Actions" | ||
git config user.email "[email protected]" | ||
npm version $NEW_VERSION -m "CI: update to $NEW_VERSION [ci skip]" --author . | ||
npm version $NEW_VERSION -m "CI: update to $NEW_VERSION [ci skip]" | ||
git commit --amend --no-edit --author . | ||
git push origin master | ||
git push --tags | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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