Skip to content

Commit 646e98f

Browse files
committed
Update release.yml
1 parent 0db25da commit 646e98f

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,12 @@ on:
66

77
jobs:
88
build:
9-
109
runs-on: ubuntu-latest
1110
env:
1211
secrets: ${{ secrets.api_key }}
13-
12+
1413
steps:
15-
- uses: actions/checkout@v1
16-
- name: Publish
17-
run: |
18-
pwsh -Command "Publish-Module -Path ./Output/Selenium.psd1 -NuGetApiKey $Env:api_key"
19-
14+
- uses: actions/checkout@v1
15+
- name: Publish
16+
run: |
17+
pwsh -Command "Publish-Module -Path ./Output/Selenium/Selenium.psd1 -NuGetApiKey $Env:api_key"

0 commit comments

Comments
 (0)