Skip to content

Commit 4ffa5b4

Browse files
committed
fix: wrong variable name
1 parent e770da1 commit 4ffa5b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
set +email
100100
git add CHANGELOG.md
101101
git commit -m 'chore(release): update changelog for ${{ steps.version.outputs.tag }}'
102-
git push https://${{ secrets.GITHUB_TOKEN }}@github.com/${{ GITHUB_REPOSITORY }}.git <branch>
102+
git push https://${{ secrets.GITHUB_TOKEN }}@github.com/${{ GITHUB_REPO }}.git <branch>
103103
104104
- name: "[RELEASE] Create GitHub release"
105105
uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)