Skip to content

Commit

Permalink
adds a job that runs berfore matrix for release
Browse files Browse the repository at this point in the history
  • Loading branch information
shahadarsh committed Apr 23, 2024
1 parent c1aa498 commit af9c7cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tembo_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:
- name: Create Github release
shell: bash
env:
GH_TOKEN: ${{ secrets.SERVICE_USER_GITHUB_SSH_KEY }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh release create "$TEMBO_RELEASE_VERSION" \
--repo="git@github.com:tembo-io/tembo.git" \
--repo="https://github.com/tembo-io/tembo" \
--title="$TEMBO_RELEASE_VERSION" \
--generate-notes --prerelease
Expand Down

0 comments on commit af9c7cb

Please sign in to comment.