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 66a48fd commit 6d3c565Copy full SHA for 6d3c565
.github/workflows/jreleaser.yml
@@ -44,7 +44,7 @@ jobs:
44
git config --global user.name "GitHub Actions Bot"
45
git config --global user.email "<>"
46
- name: install go
47
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
+ uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5
48
- name: install semversion
49
run: go install github.com/ffurrer2/semver/cmd/semver@latest
50
# Get current version from pom and remove snapshot if present.
0 commit comments