Skip to content

Commit

Permalink
Merge pull request #17 from github/add-missing-run
Browse files Browse the repository at this point in the history
  • Loading branch information
srt32 authored Apr 27, 2023
2 parents 051fbe7 + f3359bc commit 3dda1b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
cache: npm
- run: npm ci
- run: npm test
- run: npm build
- run: npm run build
- run: |
echo "Publishing $TAG_NAME"
npm version ${TAG_NAME} --git-tag-version=false
Expand Down

0 comments on commit 3dda1b1

Please sign in to comment.