Skip to content

Commit

Permalink
ci: fix release workflow to use the Hyperledger infrastructure (#991)
Browse files Browse the repository at this point in the history
  • Loading branch information
yshyn-iohk authored Apr 26, 2024
1 parent 9308b21 commit 4cc3e34
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 @@ -37,6 +37,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
ref: ${{ github.event.inputs.release-branch }}
fetch-depth: 0
persist-credentials: false
- name: Setup Java and Scala
uses: olafurpg/setup-scala@v14
with:
Expand Down Expand Up @@ -77,6 +78,7 @@ jobs:
GIT_COMMITTER_EMAIL: ${{ steps.import_gpg.outputs.email }}
GIT_AUTHOR_NAME: ${{ steps.import_gpg.outputs.name }}
GIT_COMMITTER_NAME: ${{ steps.import_gpg.outputs.name }}
GITHUB_TOKEN: ${{ secrets.IDENTUS_CI }}
run: |
npm install
npx semantic-release

0 comments on commit 4cc3e34

Please sign in to comment.