Skip to content

Commit

Permalink
chore(overmind-devtools-vscode): fix another typo
Browse files Browse the repository at this point in the history
  • Loading branch information
henri-hulski committed Sep 12, 2023
1 parent 31d7903 commit 5f69f34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@ 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/heads/master'
if: github.event_name != 'pull_request' && github.ref == 'refs/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/heads/next'
if: github.event_name != 'pull_request' && github.ref == 'refs/heads/next'
uses: HaaLeo/publish-vscode-extension@v1
with:
pat: ${{ secrets.VS_MARKETPLACE_TOKEN }}
Expand Down

0 comments on commit 5f69f34

Please sign in to comment.