We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbc3416 commit 6c919cdCopy full SHA for 6c919cd
.github/workflows/image.yaml
@@ -47,7 +47,7 @@ jobs:
47
run: |
48
set -e
49
TAG=${{ github.ref_name }}
50
- echo "VERSION=${TAG#policy-reporter-ui-v}" >> $GITHUB_ENV
+ echo "VERSION=${TAG#v}" >> $GITHUB_ENV
51
52
- name: Build frontend
53
0 commit comments