Skip to content

Commit

Permalink
Enable manual workflow execution
Browse files Browse the repository at this point in the history
  • Loading branch information
hegyibalint committed Nov 14, 2024
1 parent a910ea6 commit 312f8bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
pull_request:
branches:
- main
workflow_dispatch:

jobs:
build:
Expand All @@ -29,7 +30,7 @@ jobs:
- run: npm run build
# Rolling the VSIX package
- run: npm install @vscode/vsce
- run: npx vsce package --pre-release --out site/declarative-gradle-support-$SHORT_SHA.vsix
- run: npx vsce package --pre-release --out site/declarative-gradle-support-${SHORT_SHA}.vsix
# Prepping and uploading the Pages site artifact
- name: Template site.html
run: sed -i "s/{{SHORT_SHA}}/${SHORT_SHA}/g" site/index.html
Expand Down

0 comments on commit 312f8bc

Please sign in to comment.