Skip to content
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.

Commit

Permalink
Fix a typo!
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed May 13, 2024
1 parent 3a39ed4 commit dfd52e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: npm ci --ignore-scripts

- name: Make sure to be possible to create package
run: npm package
run: npm run package

- name: Upload package
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
Expand Down

0 comments on commit dfd52e4

Please sign in to comment.