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 91be017 commit aa711efCopy full SHA for aa711ef
.github/workflows/release.yml
@@ -37,11 +37,10 @@ jobs:
37
- name: Create new package version
38
run: npm version "${{ env.TAG }}"
39
40
- - name: Tag the Repository
+ - name: Merge version commit into master
41
run: |
42
- git tag ${{ env.TAG }}
43
remote_repo="https://${GITHUB_ACTOR}:${RELEASE_GH_TOKEN}@github.com/${GITHUB_REPOSITORY}.git"
44
- git push "${remote_repo}" --follow-tags
+ git push "${remote_repo}"
45
env:
46
RELEASE_GH_TOKEN: ${{ secrets.PAT_INSOMNIA_INFRA }}
47
0 commit comments