.gitea/workflows/release-drafter.yml aktualisiert
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 16s
Details
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 16s
Details
This commit is contained in:
parent
eb5ce7f704
commit
6d48d09fca
|
@ -9,13 +9,13 @@ jobs:
|
|||
if: startsWith(github.ref, 'refs/tags/')
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Build Changelog
|
||||
id: github_release
|
||||
uses: mikepenz/release-changelog-builder-action@v3
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Create Release
|
||||
uses: mikepenz/action-gh-release@v0.2.0-a03 #softprops/action-gh-release
|
||||
- name: Setup Go
|
||||
uses: actions/setup-go@v3
|
||||
with:
|
||||
body: ${{steps.github_release.outputs.changelog}}
|
||||
go-version: '1.20'
|
||||
|
||||
- name: Use Go Action
|
||||
id: use-go-action
|
||||
uses: https://git.beisel.it/florian/gitea-release-drafter@v1
|
||||
with:
|
||||
username: foo
|
Loading…
Reference in New Issue