Set up deploy workflow correctly

This commit is contained in:
Michael Telatynski
2026-06-02 17:17:09 +01:00
committed by GitHub
parent d478b80d99
commit 07ce599b4f
+6
View File
@@ -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