Skip to content

Commit 18d8031

Browse files
committed
Update release action
1 parent cf37250 commit 18d8031

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,10 @@ jobs:
5959
path: cjs-module-lexer-${{ matrix.target }}
6060
if-no-files-found: error
6161

62-
release:
63-
needs: build
62+
publish:
63+
name: Publish
6464
runs-on: ubuntu-latest
65+
needs: build
6566

6667
steps:
6768
- name: Checkout
@@ -82,5 +83,5 @@ jobs:
8283
- name: Publish Release
8384
uses: softprops/action-gh-release@v2
8485
with:
85-
files: .artifact/cjs-module-lexer-*.gz
8686
body_path: release-note.txt
87+
files: .artifact/cjs-module-lexer-*.gz

0 commit comments

Comments
 (0)