Skip to content

Commit

Permalink
ci: duplicate repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Ron de las Alas committed Oct 25, 2023
1 parent 257a376 commit 09d7c23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 09d7c23

Please sign in to comment.