Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
Signed-off-by: usiiasirrush <[email protected]>
  • Loading branch information
UsiDiamond authored Aug 15, 2023
1 parent dae63d9 commit dd0b646
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,18 @@ jobs:
strategy:
matrix:
node-version: [20.x]

name: Create Release
needs: build
steps:
- name: Archive Release
- uses: thedoctor0/[email protected]
with:
type: "zip"
filename: "release.zip"
exclusions: "*.git* .vscode* .editorconfig node_modules dist coverage"
- uses: ncipollo/release-action@v1
with:
tag: "nightly-tag-${{ steps.date.outputs.date }}"
artifacts: public
artifacts: "release.zip"
prerelease: true

0 comments on commit dd0b646

Please sign in to comment.