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