Skip to content

Commit 074d509

Browse files
authored
Update the deployment flow (#49)
1 parent 2b279c4 commit 074d509

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/main.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,10 @@ jobs:
6969
env:
7070
GITHUB_TOKEN: ${{ secrets.DEPLOYMENT_GITHUB_TOKEN }}
7171
run: >
72-
gh workflow run passwordless-client-js
72+
gh workflow run deploy-passwordless-client-js
7373
--repo bitwarden/passwordless-devops
7474
--field repository=${{ github.repository }}
7575
--field run-id=${{ github.run_id }}
76-
--field name=packages
76+
--field artifact=packages
77+
--field environment=npm
78+
--field version=${{ github.event.release.tag_name }}

0 commit comments

Comments
 (0)