Skip to content

Commit 909f6e1

Browse files
committed
👷 Updates Publish Workflow
1 parent 5cecad6 commit 909f6e1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ jobs:
4646
path: ./out/
4747
- name: Publish Prerelease to PSGallery (WhatIf)
4848
if: steps.gitversion_vars.outputs.PreReleaseTag != ''
49-
uses: pwshrc/[email protected].8
49+
uses: pwshrc/[email protected].7
5050
with:
5151
run: ./build/publish.ps1 -NUGET_KEY "abc" -Prerelease -WhatIf
5252
- name: Publish Release to PSGallery (WhatIf)
5353
if: steps.gitversion_vars.outputs.PreReleaseTag == ''
54-
uses: pwshrc/[email protected].8
54+
uses: pwshrc/[email protected].7
5555
with:
5656
run: ./build/publish.ps1 -NUGET_KEY "abc" -WhatIf
5757

@@ -74,14 +74,14 @@ jobs:
7474
path: ./out/
7575
- name: Publish Prerelease to PSGallery
7676
if: steps.gitversion_vars.outputs.PreReleaseTag != ''
77-
uses: pwshrc/[email protected].8
77+
uses: pwshrc/[email protected].7
7878
env:
7979
NUGET_KEY: ${{ secrets.NUGET_KEY }}
8080
with:
8181
run: ./build/publish.ps1 -NUGET_KEY "$env:NUGET_KEY" -Prerelease
8282
- name: Publish Release to PSGallery
8383
if: steps.gitversion_vars.outputs.PreReleaseTag == ''
84-
uses: pwshrc/[email protected].8
84+
uses: pwshrc/[email protected].7
8585
env:
8686
NUGET_KEY: ${{ secrets.NUGET_KEY }}
8787
with:

0 commit comments

Comments
 (0)