Skip to content

Commit

Permalink
Merge pull request #417 from sasjs/github-action-fix
Browse files Browse the repository at this point in the history
chore(github-action): fixed Semantic Release
  • Loading branch information
YuryShkoda committed Aug 8, 2023
2 parents 1756a92 + 5f53bbb commit 4849107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v3
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VSCE_PAT: ${{ secrets.VS_CODE_PUBLISH_TOKEN }}

- name: Publish to Open VSX Registry
Expand Down

0 comments on commit 4849107

Please sign in to comment.