Skip to content

Commit

Permalink
Merge pull request #19 from crisanlucid/crisanlucid-patch-3
Browse files Browse the repository at this point in the history
Update create-release.yml
  • Loading branch information
crisanlucid authored Jul 2, 2023
2 parents df2fd2b + 7d7fab0 commit 0e002d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: action/setup-node@v3
- uses: actions/setup-node@v3
with:
node-version: '18'
cache: 'npm'
Expand All @@ -29,7 +29,7 @@ jobs:
needs: publish
steps:
- name: Checkout code
uses: action/setup-node@v3
uses: actions/setup-node@v3
- name: Create Release
run: gh release create ${{ github.ref }} --generate-notes
env:
Expand Down

0 comments on commit 0e002d1

Please sign in to comment.