We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0c7613 commit 8c8a5e2Copy full SHA for 8c8a5e2
.github/workflows/publish.yaml
@@ -66,8 +66,6 @@ jobs:
66
name: Add docker release note
67
runs-on: ubuntu-latest
68
steps:
69
- - name: Get artifact version
70
- run: echo "ARTIFACT_VERSION=${VERSION:1}" >> "$GITHUB_ENV"
71
- name: Add release note
72
uses: softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # v2
73
with:
@@ -79,5 +77,5 @@ jobs:
79
77
The image provides a full build of Element Call that can be used both in standalone and as a widget (on a remote URL).
80
78
81
```
82
- docker pull ghcr.io/element-hq/element-call:${{ env.ARTIFACT_VERSION }}
+ docker pull ghcr.io/element-hq/element-call:${{ env.VERSION }}
83
0 commit comments