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 6f9ec6e commit 41f0d22Copy full SHA for 41f0d22
.github/workflows/publish.yml
@@ -13,4 +13,4 @@ jobs:
13
Publish-Module -Path syntax-highlighting -NuGetApiKey ${{ secrets.PSG_API_KEY }}
14
# Check API_KEY (with spaces in between), must have "shell: bash"
15
#echo -n "API_KEY: "; echo ${{secrets.APIKEY}} | sed 's/./& /g'
16
- shell: pwsh
+ shell: pwsh
syntax-highlighting.psd1
@@ -12,7 +12,7 @@
12
RootModule = '.\syntax-highlighting.psm1'
# Version number of this module.
-ModuleVersion = '2.0.2'
+ModuleVersion = '2.0.3'
17
# Supported PSEditions
18
# CompatiblePSEditions = @()
0 commit comments