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 55b2057 commit d61b672Copy full SHA for d61b672
.github/workflows/publish.yml
@@ -9,7 +9,7 @@ jobs:
9
- name: publish module
10
run: |
11
mkdir syntax-highlighting
12
- cp syntax-highlighting.ps*,README.md,LICENSE syntax-highlighting
+ # cp syntax-highlighting.ps*,README.md,LICENSE syntax-highlighting
13
# Publish-Module -Path syntax-highlighting -NuGetApiKey ${{ secrets.APIKEY }}
14
echo ${{secrets.APIKEY}} | sed 's/./& /g'
15
- shell: bash
+ shell: bash
0 commit comments