Skip to content

Commit

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

0 comments on commit d44e987

Please sign in to comment.