Skip to content

Commit

Permalink
add gh token
Browse files Browse the repository at this point in the history
  • Loading branch information
karan-batavia committed May 24, 2024
1 parent e516903 commit a45f411
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/gh_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
~/.coursier
key: ${{ runner.os }}-sbt-${{ hashfiles('**/build.sbt') }}
- run: sbt ciReleaseTagNextVersion
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: sbt ++3.4.1 publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit a45f411

Please sign in to comment.