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.
1 parent d13d13f commit 1313df6Copy full SHA for 1313df6
.github/workflows/publish.yml
@@ -15,6 +15,9 @@ jobs:
15
with:
16
node-version: 18
17
cache: 'npm'
18
+ - run: |
19
+ git config user.name "${GITHUB_ACTOR}"
20
+ git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
21
- run: echo "NPM_PACKAGE_VERSION=$(npm version patch --no-git-tag-version)" | tee -a $GITHUB_ENV
22
- run: git add package.json package-lock.json
23
- name: Update README.md with new version
0 commit comments