Skip to content

Commit

Permalink
fix sdk release (#1470)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimoneDutto authored Nov 27, 2024
1 parent 9d36ed4 commit f0f8231
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/update-sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,6 @@ jobs:
ref: ${{ github.event.inputs.sdk-version }}
path: ./sdk

- name: Setup Go
uses: actions/setup-go@v5
with:
go-version-file: ./project/go.mod

- name: Update SDK
working-directory: ./sdk
env:
Expand All @@ -45,7 +40,7 @@ jobs:
SDK_VERSION: ${{ github.event.inputs.sdk-version }}
run: |
# Remove all in case some files are removed
shopt -s nullglob
shopt -s nullglob extglob
rm -rf .[!.git]* !(go.mod|go.sum)
cp -r $PROJECT/pkg/.[^.]* $PROJECT/pkg/* .
Expand Down

0 comments on commit f0f8231

Please sign in to comment.