moving up the publishing step

This commit is contained in:
Ben Hirschberg
2021-10-03 22:11:20 +03:00
parent 0d75a273f0
commit ddb8608501
+1 -5
View File
@@ -56,14 +56,10 @@ jobs:
asset_path: build/${{ matrix.os }}/kubescape
asset_name: kubescape-${{ matrix.os }}
asset_content_type: application/octet-stream
post:
name: Publish release
runs-on: ubuntu-latest
steps:
- name: Publish release
uses: StuYarrow/publish-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
id: ${{ once.steps.create_release.outputs.id }}