We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2038543 commit 163cef5Copy full SHA for 163cef5
.github/workflows/release-binary.yaml
@@ -2,8 +2,9 @@ name: release-binary
2
3
on:
4
push:
5
+ tags:
6
+ - "v*.*.*"
7
branches:
- - main
8
- feature/releaser
9
10
jobs:
@@ -25,4 +26,10 @@ jobs:
25
26
version: latest
27
args: --snapshot --rm-dist
28
env:
- 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