Update .gitea/workflows/relase.yml
This commit is contained in:
@@ -55,7 +55,7 @@ jobs:
|
||||
- name: Push changes
|
||||
uses: ad-m/github-push-action@master
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
github_token: ${{ secrets.TOKEN }}
|
||||
branch: ${{ github.ref }}
|
||||
|
||||
- name: Add release notes to environment
|
||||
@@ -63,12 +63,7 @@ jobs:
|
||||
run: |
|
||||
echo "RELEASE_NOTES<<EOF" >> $GITHUB_ENV
|
||||
echo "${{ github.event.inputs.release_notes }}" >> $GITHUB_ENV
|
||||
echo "EOF" >> $GITHUB_ENV
|
||||
- name: Generate Changelog
|
||||
uses: spring-io/github-changelog-generator@main
|
||||
with:
|
||||
milestone: '1.0.0'
|
||||
|
||||
echo "EOF" >> $GITHUB_ENV
|
||||
- name: Set changelog to environment
|
||||
id: set_changelog
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user