Skip to content

Commit

Permalink
fix(workflow): correct typo in workflow config
Browse files Browse the repository at this point in the history
Changes to be committed:
modified:   .github/workflows/testPublish.yml
  • Loading branch information
blackfalcon committed Mar 21, 2023
1 parent 05fe9a4 commit 45bdf5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testPublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
persist-credentials: false
- uses: actions/setup-node@v3
with:
node-ver18
node-version: 18
- run: npm ci
- run: npm run build
- uses: cycjimmy/semantic-release-action@v3
Expand Down

0 comments on commit 45bdf5d

Please sign in to comment.