Skip to content

Commit

Permalink
Merge pull request #18 from crisanlucid/crisanlucid-patch-2
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 953e3a7 + ba95df5 commit df2fd2b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
name: Publish to npm
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3.5.3
- uses: actions/setup-node@v3.4.1
- uses: actions/checkout@v3
- uses: action/setup-node@v3
with:
node-version: '18'
cache: 'npm'
Expand All @@ -29,7 +29,7 @@ jobs:
needs: publish
steps:
- name: Checkout code
uses: actions/setup-node@v3.4.1
uses: action/setup-node@v3
- name: Create Release
run: gh release create ${{ github.ref }} --generate-notes
env:
Expand Down

0 comments on commit df2fd2b

Please sign in to comment.