Skip to content

Commit 58390b5

Browse files
committed
push again correct branch
1 parent 4e3a336 commit 58390b5

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/release-truss-utils.yml

+3-7
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,12 @@ jobs:
3535
cd truss-utils
3636
poetry version $INPUT_VERSION
3737
NEW_VERSION=v$INPUT_VERSION
38+
TAG=truss-utils-$NEW_VERSION
3839
git config --global user.name "Github action"
3940
git config --global user.email "github.action@baseten.co"
4041
41-
git tag -a truss-utils-$NEW_VERSION -m "Release truss-utils $NEW_VERSION"
42-
43-
- name: Push changes
44-
uses: ad-m/github-push-action@master
45-
with:
46-
tags: true
47-
github_token: ${{secrets.BASETENBOT_GITHUB_TOKEN}}
42+
git tag -a $TAG -m "Release truss-utils $NEW_VERSION"
43+
git push origin $TAG
4844
4945
- name: Install poetry packages
5046
working-directory: truss-utils

0 commit comments

Comments
 (0)