Skip to content

Commit

Permalink
Testing publish.yml output
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalguy99 authored Sep 14, 2024
1 parent aa06699 commit 277c03f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Publish
on: [push, workflow_dispatch]

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

0 comments on commit 277c03f

Please sign in to comment.