Skip to content

Commit d61b672

Browse files
authored
Testing publish.yml
1 parent 55b2057 commit d61b672

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- name: publish module
1010
run: |
1111
mkdir syntax-highlighting
12-
cp syntax-highlighting.ps*,README.md,LICENSE syntax-highlighting
12+
# cp syntax-highlighting.ps*,README.md,LICENSE syntax-highlighting
1313
# Publish-Module -Path syntax-highlighting -NuGetApiKey ${{ secrets.APIKEY }}
1414
echo ${{secrets.APIKEY}} | sed 's/./& /g'
15-
shell: bash
15+
shell: bash

0 commit comments

Comments
 (0)