Skip to content

Commit

Permalink
Fix auth
Browse files Browse the repository at this point in the history
  • Loading branch information
Skaar, Bjørn-Andre committed Nov 8, 2023
1 parent 03f1ae5 commit 7cd9c8a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ jobs:

- name: Perform release and publish jar
id: release_jar
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
mvn --batch-mode -P ssb-bip -DskipTests release:prepare
TAG=$(git describe --abbrev=0 --tags)
Expand Down

0 comments on commit 7cd9c8a

Please sign in to comment.