Skip to content

Commit

Permalink
Running tests on main, removing commit
Browse files Browse the repository at this point in the history
  • Loading branch information
tambien committed Apr 25, 2024
1 parent 7a1cc85 commit 515b9c0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
push:
branches:
- dev
- main
jobs:
run-tests:
name: All tests
Expand Down

0 comments on commit 515b9c0

Please sign in to comment.