Skip to content

Commit

Permalink
Fixing set variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Drew committed Feb 13, 2025
1 parent 2e461a6 commit 1bdf913
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:
env:
VSCE_PAT: ${{ secrets.VSCE_PAT }}

- name: Debug Secrets VSCODE_PUBLISHER (Masked)
run: echo "VSCE_PAT is set"
- name: Debug VSCODE_PUBLISHER (Masked)
run: echo "VSCODE_PUBLISHER is set"
if: env.VSCODE_PUBLISHER != ''
env:
VSCE_PAT: ${{ secrets.VSCODE_PUBLISHER }}
VSCODE_PUBLISHER: ${{ secrets.VSCODE_PUBLISHER }}

- name: Checkout Repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 1bdf913

Please sign in to comment.