Skip to content

Commit

Permalink
Update GA release action.
Browse files Browse the repository at this point in the history
  • Loading branch information
pefribeiro committed May 25, 2024
1 parent daffb5f commit 82cac3b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,18 +55,18 @@ 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: |
<details>
Feature | Version
--------|--------
${{ steps.versions.outputs.content }}
--------|--------
</details>
draft: true
files: |
robotool-product/target/products/*.tar.gz
robotool-product/target/products/*.zip
draft: false
prerelease: false
make_latest: true

0 comments on commit 82cac3b

Please sign in to comment.