Skip to content

Commit baff2f4

Browse files
committed
fix: simplify release workflow
1 parent ce8838a commit baff2f4

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)