Skip to content

Commit

Permalink
Fixing set variables again 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Drew committed Feb 13, 2025
1 parent b7de734 commit 86808ce
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 @@ -24,7 +24,7 @@ jobs:
run: echo "VSCODE_PUBLISHER is set"
if: env.VSCODE_PUBLISHER != ''
env:
VSCODE_PUBLISHER: ${{ env.VSCODE_PUBLISHER }}
VSCODE_PUBLISHER: markdrew

- name: Checkout Repository
uses: actions/checkout@v4
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
run: echo "$VSCE_PAT" | vsce login $VSCODE_PUBLISHER
env:
VSCE_PAT: ${{ secrets.VSCE_PAT }}
VSCODE_PUBLISHER: ${{ env.VSCODE_PUBLISHER }}
VSCODE_PUBLISHER: markdrew

- name: Build and Publish Extension
run: npm run vscode:publish
Expand Down

0 comments on commit 86808ce

Please sign in to comment.