mirror of
https://github.com/bitwarden/cli
synced 2025-12-15 07:43:38 +00:00
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -100,9 +100,6 @@ jobs:
|
|||||||
branch: release
|
branch: release
|
||||||
artifacts: bw_${{ env._PKG_VERSION }}_amd64.snap
|
artifacts: bw_${{ env._PKG_VERSION }}_amd64.snap
|
||||||
|
|
||||||
- name: Test
|
|
||||||
run: ls -alht
|
|
||||||
|
|
||||||
- name: Publish Snap & logout
|
- name: Publish Snap & logout
|
||||||
run: |
|
run: |
|
||||||
snapcraft push bw_${{ env._PKG_VERSION }}_amd64.snap --release stable
|
snapcraft push bw_${{ env._PKG_VERSION }}_amd64.snap --release stable
|
||||||
@@ -165,6 +162,7 @@ jobs:
|
|||||||
workflow_conclusion: success
|
workflow_conclusion: success
|
||||||
branch: release
|
branch: release
|
||||||
artifacts: bitwarden-cli-${{ env._PKG_VERSION }}-npm-build.zip
|
artifacts: bitwarden-cli-${{ env._PKG_VERSION }}-npm-build.zip
|
||||||
|
path: build
|
||||||
|
|
||||||
- name: Setup NPM
|
- name: Setup NPM
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user