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