Skip to content

Commit ebbe210

Browse files
authored
Update release.yml (#99)
1 parent 635178a commit ebbe210

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
name: Builders realeaser
22

3-
on:
3+
on:
4+
# For manual tests.
5+
workflow_dispatch:
46
push:
57
tags:
68
- "*" # triggers only if push new tag version, like `0.8.4` or else
79

810
permissions: read-all
911

10-
env:
11-
GH_TOKEN: ${{ secrets.E2E_GO_TOKEN }}
12-
1312
jobs:
1413
# Go builder.
1514
go-builder:

0 commit comments

Comments
 (0)