Update main.yml

This commit is contained in:
gadotroee
2021-06-08 15:05:55 +03:00
committed by GitHub
parent 51ddbf3815
commit ea82d1779b

View File

@@ -10,11 +10,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build CLI
run: cd cli && make build-all
- uses: ncipollo/release-action@v1
with:
artifacts: "cli/bin/**"
token: ${{ secrets.GITHUB_TOKEN }}
commmit: my-temp-release-check
commit: my-temp-release-check
tag: v0.0.1
# name: Release
# on: