File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,26 +12,18 @@ jobs:
1212 runs-on : ubuntu-latest
1313 outputs :
1414 new-tag : ${{ steps.ccv.outputs.new-tag }}
15- new-tag-version : ${{ steps.ccv.outputs.new-tag-version }}
1615 steps :
1716 - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
1817 with :
1918 fetch-depth : 0
20- - name : Configure git
21- run : |
22- git config --global user.name "$GITHUB_ACTOR"
23- git config --global user.email "$GITHUB_ACTOR@users.noreply.github.com"
24- - uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
25- with :
26- go-version : stable
2719 - name : Bump tag if necessary
2820 id : ccv
2921 uses : smlx/ccv@c5f6769c943c082c4e8d8ccf2ec4b6f5f517e1f2 # v0.7.3
3022 release-build :
3123 permissions :
3224 # create release
3325 contents : write
34- # push docker images to regsitry
26+ # push docker images to registry
3527 packages : write
3628 # use OIDC token for signing
3729 id-token : write
You can’t perform that action at this time.
0 commit comments