Skip to content

Commit

Permalink
Getting the zip and attaching it.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwelcher committed May 15, 2024
1 parent d8e0ecf commit c6383dc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
contents: write
strategy:
matrix:
node-version: [21.x, 20.x, 18.x]
node-version: [18.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
- uses: actions/checkout@v3
Expand All @@ -25,5 +25,4 @@ jobs:
- run: npm run release
- uses: ncipollo/release-action@v1
with:
artifacts: 'release.tar.gz,foo/*.txt'
bodyFile: 'body.md'
artifacts: 'to-do-mvc.zip'

0 comments on commit c6383dc

Please sign in to comment.