We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43c73fb commit 6e1362cCopy full SHA for 6e1362c
.github/workflows/publish.yml
@@ -36,7 +36,8 @@ jobs:
36
git config --global user.email 'github-actions@github.com'
37
git add package.json
38
git commit -m "Update version to ${{ github.event.release.tag_name }}"
39
- git push https://x-access-token:${{ secrets.PAT }}@github.com/byteyard/modulatecss.git HEAD:master
+ git remote set-url origin https://x-access-token:${{ secrets.PAT }}@github.com/byteyard/modulatecss.git
40
+ git push origin HEAD:master
41
42
- name: Publish to npm
43
env:
0 commit comments