Skip to content

Commit

Permalink
Fix sdk workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
EricWittmann committed Jun 17, 2024
1 parent fac1a15 commit dcbe17a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release-sdk-go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@ jobs:
run: |
git config --global user.name "apicurio-ci"
git config --global user.email "[email protected]"
git clone --branch $RELEASE_VERSION --single-branch ${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}.git registry
cd registry
git remote add origin "https://apicurio-ci:${{ secrets.ACCESS_TOKEN }}@github.com/Apicurio/apicurio-registry.git"
git clone --branch $RELEASE_VERSION --single-branch https://apicurio-ci:${{ secrets.ACCESS_TOKEN }}@github.com/Apicurio/apicurio-registry.git registry
# We have faced issues in the past where a github release was created from a wrong commit
# This step will ensure that the release was created from the right commit
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/release-sdk-python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@ jobs:
run: |
git config --global user.name "apicurio-ci"
git config --global user.email "[email protected]"
git clone --branch $RELEASE_VERSION --single-branch ${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}.git registry
cd registry
git remote add origin "https://apicurio-ci:${{ secrets.ACCESS_TOKEN }}@github.com/Apicurio/apicurio-registry.git"
git clone --branch $RELEASE_VERSION --single-branch https://apicurio-ci:${{ secrets.ACCESS_TOKEN }}@github.com/Apicurio/apicurio-registry.git registry
# We have faced issues in the past where a github release was created from a wrong commit
# This step will ensure that the release was created from the right commit
Expand Down

0 comments on commit dcbe17a

Please sign in to comment.