Skip to content

Commit

Permalink
Update release action
Browse files Browse the repository at this point in the history
  • Loading branch information
ije committed Dec 15, 2024
1 parent cf37250 commit 18d8031
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,10 @@ jobs:
path: cjs-module-lexer-${{ matrix.target }}
if-no-files-found: error

release:
needs: build
publish:
name: Publish
runs-on: ubuntu-latest
needs: build

steps:
- name: Checkout
Expand All @@ -82,5 +83,5 @@ jobs:
- name: Publish Release
uses: softprops/action-gh-release@v2
with:
files: .artifact/cjs-module-lexer-*.gz
body_path: release-note.txt
files: .artifact/cjs-module-lexer-*.gz

0 comments on commit 18d8031

Please sign in to comment.