Skip to content

Commit b34171b

Browse files
committed
chore(build): Auto-build fix
1 parent aad6b1c commit b34171b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ jobs:
4141
GIT_COMMITTER_EMAIL: 'sibin.grasic+bot@oblak.studio'
4242
GITHUB_TOKEN: ${{ secrets.OBLAK_BOT_TOKEN }}
4343
NPM_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
44-
run: npx run semantic-release
44+
run: npx semantic-release@23

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nestjs-puppeteer",
33
"description": "Puppeteer module for NestJS",
4-
"version": "1.1.1",
4+
"version": "0.0.0",
55
"license": "MIT",
66
"author": {
77
"name": "Sibin Grasic",

0 commit comments

Comments
 (0)