We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8aa694 commit 4cfb043Copy full SHA for 4cfb043
.github/workflows/maven-build-test.yml
@@ -262,10 +262,9 @@ jobs:
262
github-release:
263
needs: release
264
runs-on: ubuntu-latest
265
- if: ${{ startsWith(github.repository, 'devonfw/') && github.ref == 'refs/heads/master' }}
+ if: ${{ startsWith(github.repository, 'devonfw/') && github.ref == 'refs/heads/master' && needs.release.outputs.released_tag != '' }}
266
steps:
267
- - if: needs.release.outputs.released_tag != ''
268
- uses: devonfw-actions/create-github-release@main
+ - uses: devonfw-actions/create-github-release@main
269
with:
270
release_tag: ${{ needs.release.outputs.released_tag }}
271
GHA_TOKEN: ${{ secrets.GHA_TOKEN }}
0 commit comments