Skip to content

Commit

Permalink
chore(overmind-devtools-vscode): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
henri-hulski committed Sep 12, 2023
1 parent d735377 commit 31d7903
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,16 @@ jobs:
REPO_COOKER_GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
- name: Publish vscode extension to Visual Studio Marketplace
if: github.event_name != 'pull_request' && github.ref == 'ref/head/master'
if: github.event_name != 'pull_request' && github.ref == 'ref/heads/master'
uses: HaaLeo/publish-vscode-extension@v1
with:
pat: ${{ secrets.VS_MARKETPLACE_TOKEN }}
registryUrl: https://marketplace.visualstudio.com
packagePath: ./packages/overmind-devtools-vscode/
skipDuplicate: true
- name: Publish pre-release extension to Visual Studio Marketplace on next branch
if: github.event_name != 'pull_request' && github.ref == 'ref/head/next'
if: github.event_name != 'pull_request' && github.ref == 'ref/heads/next'
uses: HaaLeo/publish-vscode-extension@v1

with:
pat: ${{ secrets.VS_MARKETPLACE_TOKEN }}
registryUrl: https://marketplace.visualstudio.com
Expand Down

0 comments on commit 31d7903

Please sign in to comment.