mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-19 20:25:31 +00:00
using softprops/action-gh-release@v2 for creating Github release
This commit is contained in:
@@ -84,12 +84,10 @@ jobs:
|
||||
- name: Create Release
|
||||
id: create_release
|
||||
if: ${{ github.ref == 'refs/heads/main' || github.ref == 'refs/heads/docker-17' || startsWith(github.ref, 'refs/heads/releases/') }}
|
||||
uses: actions/create-release@v1
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
uses: softprops/action-gh-release@v2
|
||||
with:
|
||||
tag_name: ${{ env.SIMPLE_VERSION_INFO }}
|
||||
release_name: ${{ env.SIMPLE_VERSION_INFO }}
|
||||
name: ${{ env.SIMPLE_VERSION_INFO }}
|
||||
draft: false
|
||||
prerelease: false
|
||||
- name: Upload Release Asset tar.gz
|
||||
|
||||
Reference in New Issue
Block a user