From 82cac3b6ee22d4a9a050e50105be00170e657ad6 Mon Sep 17 00:00:00 2001 From: Pedro Ribeiro Date: Sat, 25 May 2024 22:28:04 +0100 Subject: [PATCH] Update GA release action. --- .github/workflows/main.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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