Skip to content

Commit ebb7867

Browse files
authored
Trigger (#34)
1 parent f78cc90 commit ebb7867

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: NPM Registry Publish
22
on:
3-
release:
4-
types: [published]
3+
push:
4+
branches:
5+
- main
56
jobs:
67
build:
78
runs-on: ubuntu-latest
@@ -22,7 +23,6 @@ jobs:
2223

2324
- name: Version patch and push
2425
run: |
25-
cd libs/error-types
2626
git config user.name "${{ secrets.ACTION_GIT_USER_NAME }}"
2727
git config user.email "${{ secrets.ACTION_GIT_USER_EMAIL }}"
2828
yarn version --patch -m "chore(release): %s"

0 commit comments

Comments
 (0)