-
Notifications
You must be signed in to change notification settings - Fork 992
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Running tests on
main
, removing commit
- Loading branch information
Showing
2 changed files
with
1 addition
and
6 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 |
---|---|---|
|
@@ -19,10 +19,6 @@ jobs: | |
with: | ||
node-version: 18.12.0 | ||
registry-url: 'https://registry.npmjs.org' | ||
- name: Set git user name/email | ||
run: | | ||
git config --global user.email "[email protected]" | ||
git config --global user.name "Github Actions Bot" | ||
- name: Install dependencies | ||
run: npm install | ||
- name: Build | ||
|
@@ -35,5 +31,3 @@ jobs: | |
- name: Publish @latest | ||
run: npm publish | ||
if: ${{ github.ref == 'refs/heads/main' }} | ||
- name: Commit changes | ||
run: git push && git push --tags |
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 |
---|---|---|
|
@@ -8,6 +8,7 @@ on: | |
push: | ||
branches: | ||
- dev | ||
- main | ||
jobs: | ||
run-tests: | ||
name: All tests | ||
|