Skip to content

Commit

Permalink
Fix tag job (#331)
Browse files Browse the repository at this point in the history
  • Loading branch information
Loïc GREFFIER authored Oct 9, 2023
1 parent 46e78c3 commit 13224e0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
with:
java-version: '17'
distribution: 'temurin'
cache: maven

- name: Import GPG key
uses: crazy-max/ghaction-import-gpg@v6
Expand All @@ -35,4 +34,4 @@ jobs:
- name: Tag
run: |
git tag v${{ github.event.inputs.release_version }} -s -m "Create tag v${{ github.event.inputs.release_version }}"
git push origin v${{ github.event.inputs.release_version }}
git push origin v${{ github.event.inputs.release_version }}

0 comments on commit 13224e0

Please sign in to comment.