Skip to content

Commit 5345b21

Browse files
committed
Update release.yml
1 parent a403acf commit 5345b21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
- name: Checkout
6868
uses: actions/checkout@v4
6969

70-
- name: Download artifact
70+
- name: Download Artifact
7171
uses: actions/download-artifact@v4
7272
with:
7373
merge-multiple: true
@@ -76,7 +76,7 @@ jobs:
7676
- name: Gzip Artifact
7777
run: gzip .artifact/*
7878

79-
- name: Publish release
79+
- name: Publish Release
8080
uses: softprops/action-gh-release@v2
8181
with:
8282
files: .artifact/cjs-module-lexer-*.gz

0 commit comments

Comments
 (0)