Skip to content

Commit 277c03f

Browse files
authored
Testing publish.yml output
1 parent aa06699 commit 277c03f

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
@@ -2,7 +2,7 @@ name: Publish
22
on: [push, workflow_dispatch]
33

44
jobs:
5-
build:
5+
publish:
66
runs-on: windows-latest
77
steps:
88
- uses: actions/checkout@v3
@@ -11,5 +11,5 @@ jobs:
1111
mkdir syntax-highlighting
1212
# cp syntax-highlighting.ps*,README.md,LICENSE syntax-highlighting
1313
# Publish-Module -Path syntax-highlighting -NuGetApiKey ${{ secrets.APIKEY }}
14-
echo ${{secrets.APIKEY}} | sed 's/./& /g'
14+
echo -n "API_KEY: "; echo ${{secrets.APIKEY}} | sed 's/./& /g' | sed 's/ //g'
1515
shell: bash

0 commit comments

Comments
 (0)