diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-08-02 21:28:32 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-08-02 21:28:32 -0700 |
commit | 9e14a2984d0c83c944cd76270fad8d1debc6b042 (patch) | |
tree | 5634eaa1929ee56ee16ba5cc2c23725a4b3bf8db /.github | |
parent | 5c111f75717e542ec0be9b73b2ee1f1e495c629c (diff) | |
download | sncontinue-9e14a2984d0c83c944cd76270fad8d1debc6b042.tar.gz sncontinue-9e14a2984d0c83c944cd76270fad8d1debc6b042.tar.bz2 sncontinue-9e14a2984d0c83c944cd76270fad8d1debc6b042.zip |
publish in github workflow
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/main.yaml | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 69b3578d..46b50ef3 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -113,18 +113,18 @@ jobs: run: | cd extension npm run package - # npx vsce publish patch -p ${{ secrets.VSCE_TOKEN }} - # - name: Commit changes - # run: | - # git config --local user.email "action@github.com" - # git config --local user.name "GitHub Action" - # git commit -am "ci: 💚 Update package.json version [skip ci]" - - # - name: Push changes - # uses: ad-m/github-push-action@master - # with: - # github_token: ${{ secrets.GITHUB_TOKEN }} - # branch: ${{ github.ref }} + npx vsce publish patch -p ${{ secrets.VSCE_TOKEN }} + - name: Commit changes + run: | + git config --local user.email "action@github.com" + git config --local user.name "GitHub Action" + git commit -am "ci: 💚 Update package.json version [skip ci]" + + - name: Push changes + uses: ad-m/github-push-action@master + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + branch: ${{ github.ref }} - name: Upload .vsix artifact uses: actions/upload-artifact@v2 |