mirror of
https://github.com/neon-mmd/websurfx.git
synced 2024-11-25 23:48:21 -05:00
ci: #minor change - removed older release action for a better up to date one
This commit is contained in:
parent
39a23e3990
commit
1252d51d28
21
.github/workflows/release.yml
vendored
21
.github/workflows/release.yml
vendored
@ -26,25 +26,22 @@ jobs:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
WITH_V: true
|
||||
DEFAULT_BUMP: patch
|
||||
PRERELEASE: false
|
||||
DEFAULT_BRANCH: rolling
|
||||
- name: Changelog
|
||||
uses: scottbrenner/generate-changelog-action@master
|
||||
id: Changelog
|
||||
env:
|
||||
REPO: ${{ github.repository }}
|
||||
- name: Create Release
|
||||
id: create_release
|
||||
uses: actions/create-release@latest
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
PRERELEASE: false
|
||||
RELEASE_BRANCHES: rolling,stable
|
||||
PRERELEASE_SUFFIX: ''
|
||||
uses: softprops/action-gh-release@v1
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
generate_release_notes: true
|
||||
name: ${{ steps.version-bump.outputs.new_tag }}
|
||||
tag_name: ${{ steps.version-bump.outputs.new_tag }}
|
||||
release_name: ${{ steps.version-bump.outputs.new_tag }}
|
||||
body: |
|
||||
${{ steps.Changelog.outputs.changelog }}
|
||||
|
||||
draft: false
|
||||
prerelease: false
|
||||
env:
|
||||
GITHUB_REPOSITORY: my_gh_org/my_gh_repo
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user