Skip to content

Commit ab33bad

Browse files
committed
chore: changing pipeline
1 parent f5fcb6b commit ab33bad

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: npx tsc
2525

2626
- name: Bundle with ncc
27-
run: npx ncc build lib/index.js -o dist
27+
run: npx ncc build dist/index.js -o dist
2828

2929
- name: Get release ID
3030
id: get_release

.github/workflows/test.yml

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
name: Test Action
22

3-
on: push
4-
53
jobs:
64
test:
75
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)