Skip to content

Commit

Permalink
Fixing set variables again 4
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Drew committed Feb 13, 2025
1 parent e1abd44 commit 42c5d6c
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 26 deletions.
23 changes: 4 additions & 19 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,6 @@ jobs:
runs-on: ubuntu-latest

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

- name: Debug VSCODE_PUBLISHER (Masked)
run: echo "VSCODE_PUBLISHER is set"
if: env.VSCODE_PUBLISHER != ''
env:
VSCODE_PUBLISHER: markdrew

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

Expand All @@ -49,17 +37,14 @@ jobs:
with:
maven-version: '3.9.6'

- name: Authenticate with VSCode Marketplace
run: echo "$VSCE_PAT" | vsce login markdrew
env:
VSCE_PAT: ${{ secrets.VSCE_PAT }}
VSCODE_PUBLISHER: markdrew

- name: Build and Publish Extension
run: npm run vscode:publish
env:
VSCE_PAT: ${{ secrets.VSCE_PAT }}
VSCODE_PUBLISHER: markdrew

- name: Package VSIX File
run: vsce package
run: npm run vscode:package

- name: Get Package Version
id: package_version
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "Mark Drew",
"preview": true,
"license": "MIT",
"version": "1.0.68",
"version": "1.0.69",
"publisher": "markdrew",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions resources/lucee_lsp-1.0-all.jar
Git LFS file not shown
4 changes: 2 additions & 2 deletions server/src/main/resources/lucee_lsp.war
Git LFS file not shown

0 comments on commit 42c5d6c

Please sign in to comment.