Skip to content

Commit e24e4ef

Browse files
authored
#1435 fixed devonfw-actions/create-github-release to be bound to version
1 parent c4af428 commit e24e4ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven-build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ jobs:
264264
runs-on: ubuntu-latest
265265
if: ${{ startsWith(github.repository, 'devonfw/') && github.ref == 'refs/heads/master' && needs.release.outputs.released_tag != '' }}
266266
steps:
267-
- uses: devonfw-actions/create-github-release@main
267+
- uses: devonfw-actions/create-github-release@v1
268268
with:
269269
release_tag: ${{ needs.release.outputs.released_tag }}
270270
GHA_TOKEN: ${{ secrets.GHA_TOKEN }}

0 commit comments

Comments
 (0)