Skip to content

Commit c7c1bef

Browse files
authored
Update release.yml
1 parent 5bcd786 commit c7c1bef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/release.yml

+1-1
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:ApiKey"
17+
pwsh -Command "Publish-Module -Path ${{ github.workspace }}/Output/Selenium/ -NuGetApiKey ${{secrets.API_KEY}}"

0 commit comments

Comments
 (0)