Skip to content

Commit 080d857

Browse files
improvents to release pipeline
1 parent b425338 commit 080d857

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252
run: npm run release:ci -- ${{github.event.inputs.releaseType}}
5353
env:
5454
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
55+
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
5556
docker-release:
5657
needs: [npm-release]
5758
runs-on: ubuntu-latest
@@ -84,4 +85,4 @@ jobs:
8485
context: .
8586
# always push given this workflow is triggered manually
8687
push: true
87-
tags: ${{ steps.version.outputs.TAG_NAME }}, latest
88+
tags: webdriverio/selenium-standalone:v${{ steps.version.outputs.TAG_NAME }}, webdriverio/selenium-standalone:latest

0 commit comments

Comments
 (0)