Skip to content

Commit

Permalink
Merge pull request #203 from ckipp01/ci-tweak
Browse files Browse the repository at this point in the history
use checkoutv2 push rather than github-push-action
  • Loading branch information
ckipp01 authored Feb 5, 2020
2 parents 303a284 + 48574e6 commit fab23d1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@ jobs:
git add .
git commit -m "v${{ steps.get_version.outputs.NEW_VERSION }}"
- name: Push changes
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
run: git push origin HEAD:master
- name: Publish extension
run: yarn vscode:publish -p ${{ secrets.VS_MARKETPLACE_TOKEN }}
- name: Build VSIX package
Expand Down

0 comments on commit fab23d1

Please sign in to comment.