Skip to content

Commit

Permalink
Update create-release.yml
Browse files Browse the repository at this point in the history
chore: fix typo "action" -> "actions"
  • Loading branch information
crisanlucid authored Jul 2, 2023
1 parent df2fd2b commit 7d7fab0
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 7d7fab0

Please sign in to comment.