Skip to content

Commit

Permalink
adding the build step to the github action so that the release artifa…
Browse files Browse the repository at this point in the history
…ct actually gets published
  • Loading branch information
1800joe committed Jul 5, 2022
1 parent d182981 commit baaaa5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
registry-url: 'https://registry.npmjs.org'
- run: npm install
- run: npm test
- run: npm run build
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tatatap-com/sowhat",
"description": "Anything goes, organizational and utility function notation parser.",
"version": "2.0.1",
"version": "2.0.2",
"license": "MIT",
"type": "module",
"engines": {
Expand Down

0 comments on commit baaaa5b

Please sign in to comment.