Skip to content

Commit

Permalink
Update .github/workflows/publish.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Tomasz Łakomy <tomasz@stedi.com>
  • Loading branch information
OlafConijn and Tomasz Łakomy committed Jul 17, 2023
1 parent 6fd7275 commit bfa694e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
node-version: '18.x'
registry-url: 'https://registry.npmjs.org'
- run: npm install
- run: npx jest
- run: npm run test
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

1 comment on commit bfa694e

@ailadas
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot rebase

Please sign in to comment.