We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8c6b067 + d5a1846 commit e4ee551Copy full SHA for e4ee551
.github/workflows/main.yml
@@ -7,7 +7,6 @@ jobs:
7
build:
8
runs-on: ubuntu-latest
9
if: "!startsWith(github.event.head_commit.message, '[🚀 Release]')"
10
- if: "!startsWith(github.event.head_commit.message, '[🚀 Release]')"
11
steps:
12
- uses: actions/checkout@v2
13
with:
package.json
@@ -2,7 +2,7 @@
2
"name": "@ptkdev/node-module-boilerplate",
3
"displayName": "Node NPM Library Boilerplate",
4
"description": "Create your npm library with this friendly boilerplate. Use this respository as template for your new node library/module",
5
- "version": "2.0.0-beta.1",
+ "version": "2.0.1-beta.1",
6
"main": "dist/functions/module.js",
"publishConfig": {
"access": "public"
0 commit comments