Commit 0ddf89d
authored
fix: release Github Action (#228)
The Action to create releases upon a tag being pushed to master has
stopped working as github.event.base_ref is always null
This commit removes the check that the tag has been pushed to the
master branch, must ensure in future that tags to trigger releases
are pushed to the correct location
Contributes to: mhub/qp-planning#7256
Signed-off-by: Dave <davilane@uk.ibm.com>1 parent 94554b1 commit 0ddf89d
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
| |||
38 | 37 | | |
39 | 38 | | |
40 | 39 | | |
41 | | - | |
| 40 | + | |
0 commit comments