diff --git a/.github/workflows/publish-protocol-core.yaml b/.github/workflows/publish-protocol-core.yaml index 19cbcaf..5760194 100644 --- a/.github/workflows/publish-protocol-core.yaml +++ b/.github/workflows/publish-protocol-core.yaml @@ -241,7 +241,8 @@ jobs: git add packages/protocol-core/package.json git commit -m "chore(release): protocol-core v${VERSION} [skip ci]" git tag "protocol-core/v${VERSION}" - git push origin HEAD --follow-tags + git push origin HEAD + git push origin "protocol-core/v${VERSION}" - name: Get published version id: version diff --git a/.github/workflows/publish-sdk.yaml b/.github/workflows/publish-sdk.yaml index 560038f..848197b 100644 --- a/.github/workflows/publish-sdk.yaml +++ b/.github/workflows/publish-sdk.yaml @@ -238,7 +238,8 @@ jobs: git add packages/sdk/package.json git commit -m "chore(release): sdk v${VERSION} [skip ci]" git tag "sdk/v${VERSION}" - git push origin HEAD --follow-tags + git push origin HEAD + git push origin "sdk/v${VERSION}" - name: Get published version id: version