Skip to content

Commit

Permalink
chore: fix release yml file (#68)
Browse files Browse the repository at this point in the history
chore: fix release yml file
  • Loading branch information
jsalaber authored Aug 3, 2023
1 parent 8d91b70 commit 1714d22
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
name: Release
on:
workflow_dispatch:
inputs:
Expand Down Expand Up @@ -66,7 +67,7 @@ jobs:

- name: Publish VSCode Extension
run: |
yarn run publish -p ${{ secrets.VS_MARKETPLACE_TOKEN }} ${{ github.event.inputs.prerelease && '--pre-release' }}
yarn run publish -p ${{ secrets.VSCODE_MARKETPLACE_TOKEN }} ${{ github.event.inputs.prerelease && '--pre-release' }}
- uses: DevCycleHQ/release-action/create-release@main
id: create-release
Expand Down

0 comments on commit 1714d22

Please sign in to comment.