0
0
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:
Scott 2024-01-28 10:14:40 -05:00 committed by GitHub
commit 96688e1766
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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:
@ -41,6 +36,4 @@ jobs:
tag_name: ${{ steps.version-bump.outputs.new_tag }}
prerelease: false
env:
GITHUB_REPOSITORY: ${{ github.repository }}
GITHUB_REPOSITORY: ${{ github.repository }}