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 277c03f commit 6f9ec6eCopy full SHA for 6f9ec6e
.github/workflows/publish.yml
@@ -9,7 +9,8 @@ jobs:
9
- name: publish module
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
- echo -n "API_KEY: "; echo ${{secrets.APIKEY}} | sed 's/./& /g' | sed 's/ //g'
15
- shell: bash
+ cp syntax-highlighting.ps*,README.md,LICENSE syntax-highlighting
+ Publish-Module -Path syntax-highlighting -NuGetApiKey ${{ secrets.PSG_API_KEY }}
+ # Check API_KEY (with spaces in between), must have "shell: bash"
+ #echo -n "API_KEY: "; echo ${{secrets.APIKEY}} | sed 's/./& /g'
16
+ shell: pwsh
0 commit comments