Skip to content

Commit 163cef5

Browse files
committed
working on new binary release strategy
1 parent 2038543 commit 163cef5

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.github/workflows/release-binary.yaml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ name: release-binary
22

33
on:
44
push:
5+
tags:
6+
- "v*.*.*"
57
branches:
6-
- main
78
- feature/releaser
89

910
jobs:
@@ -25,4 +26,10 @@ jobs:
2526
version: latest
2627
args: --snapshot --rm-dist
2728
env:
28-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
29+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
30+
-
31+
name: Upload assets
32+
uses: actions/upload-artifact@v3
33+
with:
34+
name: flagd
35+
path: dist/*

0 commit comments

Comments
 (0)