diff --git a/.github/workflows/release-it.yml b/.github/workflows/release-it.yml index 4a7b8491..7a6614f1 100644 --- a/.github/workflows/release-it.yml +++ b/.github/workflows/release-it.yml @@ -26,7 +26,7 @@ jobs: - uses: actions/setup-node@v3 with: - node-version: 18 + node-version-file: '.nvmrc' - name: Release a new version env: @@ -35,6 +35,4 @@ jobs: npm install -g release-it git config --global user.email "github-actions[bot]@users.noreply.github.com" git config --global user.name "github-action" - release-it --increment=${{ github.event.inputs.version }} --ci --github.release --github.draft --git.commitMessage="chore: release v\${version}" --git.tagName="v\${version}" - - + release-it -VV --increment=${{ github.event.inputs.version }} --ci --github.release --github.draft --git.commitMessage="chore: release v\${version}" --git.tagName="v\${version}" diff --git a/package-lock.json b/package-lock.json index ff396275..58d2d312 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "native-template", - "version": "11.1.5", + "version": "11.1.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "native-template", - "version": "11.1.5", + "version": "11.1.3", "hasInstallScript": true, "dependencies": { "@mendix/native": "6.0.5-nt", diff --git a/package.json b/package.json index 95c3a565..fa5d8306 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "native-template", - "version": "11.1.5", + "version": "11.1.3", "private": true, "scripts": { "postinstall": "node patches/apply-patches.js && jetify",