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 9d14c8f commit 68f4b76Copy full SHA for 68f4b76
.github/workflows/official-build.yml
@@ -44,9 +44,8 @@ jobs:
44
run: |
45
git config --global user.name 'github-actions[bot]'
46
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
47
- git pull origin ${{ steps.extract_branch.outputs.branch }}
48
- git add .
+ git add lib/.
49
git commit -m 'Official Build: Compile TypeScript to JavaScript'
50
- git push origin HEAD:${{ steps.extract_branch.outputs.branch }}
+ git push --force origin HEAD:${{ steps.extract_branch.outputs.branch }}
51
env:
52
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments