mirror of
https://github.com/neon-mmd/websurfx.git
synced 2024-11-22 05:58:21 -05:00
Merge pull request #22 from scottc943/FEATURE/400_GitHubActions-automate-release-versions
BREAKING CHANGE: removed changelog action
This commit is contained in:
commit
96688e1766
7
.github/workflows/release.yml
vendored
7
.github/workflows/release.yml
vendored
@ -27,11 +27,6 @@ jobs:
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
release_branches: rolling
|
||||
- name: Changelog
|
||||
uses: scottbrenner/generate-changelog-action@master
|
||||
id: Changelog
|
||||
env:
|
||||
REPO: ${{ github.repository }}
|
||||
- name: Create Release
|
||||
uses: softprops/action-gh-release@v1
|
||||
with:
|
||||
@ -42,5 +37,3 @@ jobs:
|
||||
prerelease: false
|
||||
env:
|
||||
GITHUB_REPOSITORY: ${{ github.repository }}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user