We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d7521a commit d85ad90Copy full SHA for d85ad90
.github/workflows/publish.yml
@@ -25,9 +25,10 @@ jobs:
25
npm version $VERSION --no-git-tag-version
26
- name: Commit package.json changes
27
run: |
28
+ git checkout -b temp-branch
29
git add package.json
30
git commit -m "Bump version to ${GITHUB_REF#refs/tags/v}"
- git push
31
+ git push origin HEAD:main
32
- run: npm ci
33
- run: npm run build
34
- run: npm publish
0 commit comments