Skip to content

Commit aa711ef

Browse files
authored
fix: release push [INS-3853] (Kong#354)
1 parent 91be017 commit aa711ef

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,10 @@ jobs:
3737
- name: Create new package version
3838
run: npm version "${{ env.TAG }}"
3939

40-
- name: Tag the Repository
40+
- name: Merge version commit into master
4141
run: |
42-
git tag ${{ env.TAG }}
4342
remote_repo="https://${GITHUB_ACTOR}:${RELEASE_GH_TOKEN}@github.com/${GITHUB_REPOSITORY}.git"
44-
git push "${remote_repo}" --follow-tags
43+
git push "${remote_repo}"
4544
env:
4645
RELEASE_GH_TOKEN: ${{ secrets.PAT_INSOMNIA_INFRA }}
4746

0 commit comments

Comments
 (0)