diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 680c39b609..79719a7b51 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -73,6 +73,6 @@ jobs: if npm info | grep -q $RELEASE_VERSION; then git tag $RELEASE_VERSION git push \ - https://${{secrets.GITHUB_TOKEN}}@github.com/${{github.repository_owner}}/${{github.repository}}.git \ + https://${{secrets.GITHUB_TOKEN}}@github.com/${{github.repository}}.git \ $RELEASE_VERSION fi