Skip to content

Commit

Permalink
change the version
Browse files Browse the repository at this point in the history
  • Loading branch information
Parisa68 committed Sep 23, 2024
1 parent fe8f16a commit bcdacc9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,14 @@ jobs:
name: "FEGA Norway-${{ steps.version_fega-norway.outputs.fega-norway_version }}"
publish-libs:
needs: detect_changes
if: needs.detect_changes.outputs[matrix.lib] == 'true'
runs-on: ubuntu-latest
strategy:
matrix:
lib: ["clearinghouse", "crypt4gh", "tsd-file-api-client"]
lib: [ "clearinghouse", "crypt4gh", "tsd-file-api-client" ]
if: >
(needs.detect_changes.outputs.outputs.cc == 'true' && matrix.lib == 'cc') ||
(needs.detect_changes.outputs.outputs.bb == 'true' && matrix.lib == 'bb') ||
(needs.detect_changes.outputs.outputs.aaa == 'true' && matrix.lib == 'aaa')
permissions:
contents: write
packages: write
Expand Down

0 comments on commit bcdacc9

Please sign in to comment.