Skip to content

Commit

Permalink
-add publish workflow for publishing crypth4gh
Browse files Browse the repository at this point in the history
-add configuration for publishing to crypt4gh to build.gradle.kts
  • Loading branch information
Parisa68 committed Jul 16, 2024
1 parent efd9986 commit 327d984
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:
- name: Setup Gradle
uses: gradle/actions/[email protected]

- name: Publish package clearinghouse
run: ./gradlew :lib:clearinghouse:publish
continue-on-error: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# - name: Publish package clearinghouse
# run: ./gradlew :lib:clearinghouse:publish
# continue-on-error: true
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Publish package crypt4gh
run: ./gradlew :lib:crypt4gh:publish
Expand Down

0 comments on commit 327d984

Please sign in to comment.