Skip to content

Commit d91a1fd

Browse files
fix: Image (#18)
* added branch * added branch * try * try * try * try * try * fix
1 parent d4518e9 commit d91a1fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

maven-release/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ runs:
4545

4646
- uses: actions/checkout@v3
4747
with:
48-
ref: ${{ github.ref_name}}
4948
token: ${{ inputs.github_token }}
5049

5150
- name: Update Semantic Version
@@ -73,6 +72,7 @@ runs:
7372
env:
7473
GITHUB_TOKEN: ${{ inputs.github_token }}
7574
with:
75+
commit: ${{ github.ref_name }}
7676
tag: ${{ steps.semver.outputs.version }}
7777
name: Release ${{ steps.semver.outputs.version }}
7878
makeLatest: latest

0 commit comments

Comments
 (0)