Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace repo name
Browse files Browse the repository at this point in the history
michalchecinski committed Mar 1, 2024

Verified

This commit was signed with the committer’s verified signature.
franjuan JuanFran Adame Lorite
1 parent 0fffee8 commit 4b4b9cc
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/release-go.yml
Original file line number Diff line number Diff line change
@@ -158,6 +158,12 @@ jobs:
# Copy files to local sm-sdk-go repo path
cp --verbose -rf sdk/languages/go/. sm-sdk-go
- name: Replace repo name
working-directory: sm-sdk-go
run: |
find . -name '*' -exec \
gsed -i -e 's/github.com\/bitwarden\/sdk\/languages\/go/github.com\/bitwarden\/sm-sdk-go/g' {} \;
- name: Push changes
working-directory: sm-sdk-go
run: |
2 changes: 1 addition & 1 deletion languages/go/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/bitwarden/sm-sdk-go
module github.com/bitwarden/sdk/languages/go

go 1.18

0 comments on commit 4b4b9cc

Please sign in to comment.