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"