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 d24db02 commit e1a988eCopy full SHA for e1a988e
.github/workflows/build-publish.yaml
@@ -44,9 +44,9 @@ jobs:
44
git remote set-url origin https://github-actions:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}
45
git config --global user.name "${GITHUB_ACTOR}"
46
git config --global user.email "${GITHUB_ACTOR}@users.noreply.github.com"
47
- git add src/
48
- git commit -m "$(date +'%Y-%m-%d') Update"
49
- git push origin HEAD:${GITHUB_REF}
+ git add -A
+ git commit -m "${{ github.event.release.name }} - Updated"
+ git push origin HEAD:main
50
51
- name: Package install
52
run: npm install
0 commit comments