diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index f3408b1..e0f5562 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -32,6 +32,8 @@ jobs: - uses: actions/checkout@v3 - run: | npm version patch + git config user.name "Automated GitHub Action" + git config user.email "" git add package.json git commit --author="Automated GitHub Action <>" -m "Increase patch version after release" git push diff --git a/projects/gitlab-client/package.json b/projects/gitlab-client/package.json index d3c4e39..a708a6c 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.3", + "version": "0.0.4", "peerDependencies": { "@angular/common": ">=11", "@angular/core": ">=11"