no message

This commit is contained in:
Roee Gadot
2021-06-20 08:17:48 +03:00
parent 67c3e5aab5
commit e880a9224f
2 changed files with 6 additions and 5 deletions

View File

@@ -2,8 +2,7 @@ name: public-cli
on:
push:
branches:
- 'develop'
- 'main'
- my-temp-release-check
jobs:
docker:
runs-on: ubuntu-latest
@@ -40,6 +39,8 @@ jobs:
uses: ncipollo/release-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
artifacts: "cli/bin/*"
artifacts: "cli/bin/*/*"
commit: ${{ steps.version_parameters.outputs.branch }}
tag: ${{ steps.versioning.outputs.version }}
tag: ${{ steps.versioning.outputs.version }}
prerelease: ${{ github.ref != 'refs/heads/main' }}
bodyFile: 'cli/bin/checksums.txt'