refactor: comment out changelog generation steps in release workflow #2
@@ -20,11 +20,11 @@ jobs:
|
|||||||
id: get_version
|
id: get_version
|
||||||
run: echo "VERSION=${{ github.head_ref }}" >> $GITHUB_OUTPUT
|
run: echo "VERSION=${{ github.head_ref }}" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
- name: Generate Changelog
|
# - name: Generate Changelog
|
||||||
id: changelog
|
# id: changelog
|
||||||
uses: https://github.com/metcalfc/changelog-generator@v4.6.2
|
# uses: https://github.com/metcalfc/changelog-generator@v4.6.2
|
||||||
with:
|
# with:
|
||||||
myToken: ${{ secrets.GITHUB_TOKEN }}
|
# myToken: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Build and push Docker image
|
- name: Build and push Docker image
|
||||||
run: |
|
run: |
|
||||||
@@ -41,6 +41,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
tag_name: ${{ steps.get_version.outputs.VERSION }}
|
tag_name: ${{ steps.get_version.outputs.VERSION }}
|
||||||
name: ${{ steps.get_version.outputs.VERSION }}
|
name: ${{ steps.get_version.outputs.VERSION }}
|
||||||
body: ${{ steps.changelog.outputs.changelog }}
|
# body: ${{ steps.changelog.outputs.changelog }}
|
||||||
draft: false
|
draft: false
|
||||||
prerelease: false
|
prerelease: false
|
||||||
Reference in New Issue
Block a user