Skip to content

Commit 4690c69

Browse files
committed
Update release.yml
1 parent 2ff8bb1 commit 4690c69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ jobs:
1414
- uses: actions/checkout@v1
1515
- name: Publish
1616
run: |
17-
pwsh -Command "Publish-Module -Path ${{ github.workspace }}/Output/Selenium/ -NuGetApiKey $Env:api_key"
17+
pwsh -Command "Publish-Module -Path ${{ github.workspace }}/Output/Selenium/ -NuGetApiKey ${$Env:api_key}"

0 commit comments

Comments
 (0)