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