Skip to content

Commit

Permalink
fix action version
Browse files Browse the repository at this point in the history
  • Loading branch information
lueck committed Aug 22, 2024
1 parent dea373b commit 5507f7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: mvn -Drevision=${{github.ref_name}} -Dchangelist="" --batch-mode --update-snapshots package

- name: create release
uses: actions/create-release@v1.14.0
uses: actions/create-release@v1
id: create_release
with:
draft: false
Expand Down

0 comments on commit 5507f7d

Please sign in to comment.