We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b862daf commit 1f7623bCopy full SHA for 1f7623b
1 file changed
.github/workflows/soham-release-client.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Extract version from tag
28
id: version
29
run: |
30
- TAG=${GITHUB_REF#refs/tags/server-v}
+ TAG=${GITHUB_REF#refs/tags/soham-v}
31
echo "VERSION=$TAG" >> $GITHUB_ENV
32
33
- name: Run builder
0 commit comments