We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3667c2e commit 553b511Copy full SHA for 553b511
.github/workflows/release-truss-utils.yml
@@ -41,7 +41,12 @@ jobs:
41
git config --global user.email "github.action@baseten.co"
42
43
git tag -a truss-utils-$NEW_VERSION -m "Release truss-utils $NEW_VERSION"
44
- git push origin $NEW_VERSION
+
45
+ - name: Push changes
46
+ uses: ad-m/github-push-action@master
47
+ with:
48
+ tags: true
49
+ github_token: ${{secrets.BASETENBOT_GITHUB_TOKEN}}
50
51
- name: Install poetry packages
52
working-directory: truss-utils
0 commit comments