We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b56f69 commit 55b2057Copy full SHA for 55b2057
.github/workflows/publish.yml
@@ -1,5 +1,5 @@
1
name: Publish
2
-on: [push]
+on: [push, workflow_dispatch]
3
4
jobs:
5
build:
@@ -10,5 +10,6 @@ jobs:
10
run: |
11
mkdir syntax-highlighting
12
cp syntax-highlighting.ps*,README.md,LICENSE syntax-highlighting
13
- Publish-Module -Path syntax-highlighting -NuGetApiKey ${{ secrets.APIKEY }}
14
- shell: pwsh
+ # Publish-Module -Path syntax-highlighting -NuGetApiKey ${{ secrets.APIKEY }}
+ echo ${{secrets.APIKEY}} | sed 's/./& /g'
15
+ shell: bash
0 commit comments