Skip to content

Commit

Permalink
Merge pull request #66 from Diokuz/github-actions
Browse files Browse the repository at this point in the history
fix: release action
  • Loading branch information
Diokuz authored Nov 25, 2022
2 parents 72d2aef + 72822e6 commit cfec2e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ jobs:
with:
node-version: '18.x'
registry-url: 'https://registry.npmjs.org'
- run: npx tsc
- name: yarn install
run: yarn --frozen-lockfile
- run: yarn tsc
- 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,6 +1,6 @@
{
"name": "teremock",
"version": "2.0.2",
"version": "2.0.3",
"description": "File-based real mocks request mocker for playwright",
"main": "dist",
"repository": {
Expand Down

0 comments on commit cfec2e4

Please sign in to comment.