Skip to content

Commit

Permalink
Merge pull request #182 from openziti/dev
Browse files Browse the repository at this point in the history
Update remote to ssh ziti-sdk-swift-dist folloing ziti-ci git-config
  • Loading branch information
smilindave26 authored Mar 21, 2023
2 parents 70e13e8 + 7534c65 commit ba236bb
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 ba236bb

Please sign in to comment.