Skip to content

Commit cf65e84

Browse files
committed
Fix release workflow tag trigger
1 parent b116629 commit cf65e84

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
workflow_dispatch:
55
push:
66
tags:
7-
- "v*"
7+
- "*"
88

99
jobs:
1010
release:
@@ -27,6 +27,7 @@ jobs:
2727
env:
2828
REACT_APP_BASE_API_URL: "/api/v1"
2929
REACT_APP_MOCKAPI_RESPONSE: false
30+
REACT_APP_VERSION: ${{ github.ref }}
3031

3132
- name: Get the version from the github tag ref
3233
id: get_version

0 commit comments

Comments
 (0)