diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a4117a0..9f88026 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -55,12 +55,8 @@ jobs: - name: Create Release id: create_release - uses: actions/create-release@v1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + uses: softprops/action-gh-release@v2 with: - tag_name: ${{ github.ref }} - release_name: Release ${{ github.ref }} body: |
Feature | Version @@ -68,5 +64,9 @@ jobs: ${{ steps.versions.outputs.content }} --------|--------
- draft: true + files: | + robotool-product/target/products/*.tar.gz + robotool-product/target/products/*.zip + draft: false prerelease: false + make_latest: true