Skip to content

Commit c7ba001

Browse files
committed
fix: pipes
1 parent 8b21bf4 commit c7ba001

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Publish
22

33
on:
4-
push:
5-
branches:
6-
- main
4+
release:
5+
types:
6+
- published
77

88
jobs:
99
publish:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ jobs:
2424

2525
- name: Run semantic-release
2626
env:
27-
GITHUB_TOKEN: ${{ secrets.PERSONAL_GITHUB_TOKEN }}
27+
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
2828
run: npm run release

0 commit comments

Comments
 (0)