mirror of
https://github.com/vector-im/element-web.git
synced 2026-07-05 23:10:16 +00:00
Set up deploy workflow correctly
This commit is contained in:
committed by
GitHub
parent
d478b80d99
commit
07ce599b4f
@@ -38,6 +38,12 @@ jobs:
|
||||
with:
|
||||
persist-credentials: false
|
||||
|
||||
- uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8
|
||||
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
|
||||
with:
|
||||
cache: "pnpm"
|
||||
node-version-file: package.json
|
||||
|
||||
- name: Load GPG key
|
||||
run: |
|
||||
curl https://packages.element.io/element-release-key.gpg | gpg --import
|
||||
|
||||
Reference in New Issue
Block a user