From 92459a951af9c3432876f82b2095718395bbc00f Mon Sep 17 00:00:00 2001 From: Ralf Ueberfuhr Date: Wed, 19 Oct 2022 08:57:48 +0200 Subject: [PATCH] Automatically increase patch version after release --- .github/workflows/npm-publish.yml | 2 +- projects/gitlab-client/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index e0f5562..236369c 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -36,6 +36,6 @@ jobs: git config user.email "" git add package.json git commit --author="Automated GitHub Action <>" -m "Increase patch version after release" - git push + git push origin HEAD:main working-directory: projects/gitlab-client diff --git a/projects/gitlab-client/package.json b/projects/gitlab-client/package.json index a708a6c..64e7c5e 100644 --- a/projects/gitlab-client/package.json +++ b/projects/gitlab-client/package.json @@ -1,6 +1,6 @@ { "name": "@ueberfuhr/ngx-gitlab-client", - "version": "0.0.4", + "version": "0.0.5", "peerDependencies": { "@angular/common": ">=11", "@angular/core": ">=11"