Skip to content

Commit

Permalink
feat: update (#515)
Browse files Browse the repository at this point in the history
  • Loading branch information
dirien authored Dec 10, 2024
1 parent 0c97584 commit cbdee06
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ jobs:
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # tag=v6.0.0
with:
args: -p 3 release --rm-dist
version: latest
args: -p 3 release --clean
version: '~> v2'
- name: Create tag
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # tag=v7.0.1
with:
Expand All @@ -62,7 +62,7 @@ jobs:
fail-fast: true
matrix:
goversion:
- 1.21.x
- 1.23.x
publish_sdk:
name: Publish SDKs
runs-on: ubuntu-latest
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
dotnetversion:
- 3.1.301
goversion:
- 1.21.x
- 1.23.x
language:
- nodejs
- python
Expand Down

0 comments on commit cbdee06

Please sign in to comment.