Skip to content

Commit 7c40dea

Browse files
committed
Update release.yml
1 parent 18c7603 commit 7c40dea

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 "${Env:GITHUB_WORKSPACE}/Output/Selenium/Selenium.psd1" -NuGetApiKey $Env:api_key"
17+
pwsh -Command "Publish-Module -Path "${{ github.workspace }}/Output/Selenium/Selenium.psd1" -NuGetApiKey $Env:api_key"

0 commit comments

Comments
 (0)