Skip to content

Commit

Permalink
Update remote to ssh ziti-sdk-swift-dist folloing ziti-ci git-config
Browse files Browse the repository at this point in the history
  • Loading branch information
smilindave26 committed Mar 21, 2023
1 parent 70e13e8 commit 7534c65
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ jobs:
run: |
echo ${VERS} > version
$(go env GOPATH)/bin/ziti-ci configure-git
echo "Updating remote to ssh ziti-sdk-swift-dist"
git remote set-url origin [email protected]:openziti/ziti-sdk-swift-dist.git
git commit -m "set version = ${VERS}; set checksum = ${CHKSM}" Package.swift
git push
git tag -a ${VERS} -m "Release v${VERS}"
Expand Down

0 comments on commit 7534c65

Please sign in to comment.