Skip to content

Commit 06dd69d

Browse files
committed
build(release): add release test github action
1 parent b8335d5 commit 06dd69d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Release
22

33
on:
44
release:
5-
types: [published]
5+
types: [edited, published]
66

77
jobs:
88
release:
@@ -19,7 +19,6 @@ jobs:
1919
with:
2020
node-version: ${{ matrix.node-version }}
2121
- name: npm install, build, and test
22-
run: |
23-
npm install
22+
run: echo Hello world $GITHUB_REF!
2423
env:
2524
CI: true

0 commit comments

Comments
 (0)