Skip to content

Commit cfec2e4

Browse files
authored
Merge pull request #66 from Diokuz/github-actions
fix: release action
2 parents 72d2aef + 72822e6 commit cfec2e4

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/release.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ jobs:
1212
with:
1313
node-version: '18.x'
1414
registry-url: 'https://registry.npmjs.org'
15-
- run: npx tsc
15+
- name: yarn install
16+
run: yarn --frozen-lockfile
17+
- run: yarn tsc
1618
- run: npm publish
1719
env:
1820
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "teremock",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "File-based real mocks request mocker for playwright",
55
"main": "dist",
66
"repository": {

0 commit comments

Comments
 (0)