We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8814e9 commit 84fd4bfCopy full SHA for 84fd4bf
.github/workflows/jreleaser.yml
@@ -35,7 +35,7 @@ jobs:
35
git config --global user.name "GitHub Actions Bot"
36
git config --global user.email "<>"
37
- name: install go
38
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5
+ uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5
39
- name: install semversion
40
run: go install github.com/ffurrer2/semver/cmd/semver@latest
41
# Get current version from pom and remove snapshot if present.
0 commit comments