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 6e4eee1 commit 5c66212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ 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
if: ${{ needs.detect_changes.outputs[matrix.lib] == 'true' }}
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down

0 comments on commit 5c66212

Please sign in to comment.