Skip to content

Commit

Permalink
Need more
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn authored Oct 22, 2023
1 parent 73a29f0 commit 2bd2a6d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,9 @@ jobs:
release:
name: Release
runs-on: ubuntu-latest
needs: package
needs:
- get-version
- package
env:
QGIS_VERSION: ${{ needs.get-version.outputs.QGIS_VERSION }}
QGIS_VERSION_SHORT: ${{ needs.get-version.outputs.QGIS_VERSION_SHORT }}
Expand Down

0 comments on commit 2bd2a6d

Please sign in to comment.