chore: Changes tag build image.

This commit is contained in:
greysoh 2024-05-05 18:23:33 -04:00
parent 7bb0a5543c
commit 6d0716b9c4
No known key found for this signature in database
GPG key ID: FE0F173B8FC01571

View file

@ -32,10 +32,10 @@ jobs:
run: echo "version=v$(cat VERSION)" >> $GITHUB_OUTPUT run: echo "version=v$(cat VERSION)" >> $GITHUB_OUTPUT
- name: Make tag on Git - name: Make tag on Git
uses: laputansoft/github-tag-action@v4.6 uses: mathieudutour/github-tag-action@v6.2
with: with:
github_token: '${{secrets.GITHUB_TOKEN}}' github_token: '${{secrets.GITHUB_TOKEN}}'
tag: '${{ steps.get_version.outputs.version }}' custom_tag: '${{ steps.get_version.outputs.version }}'
- name: Make changelog - name: Make changelog
uses: heinrichreimer/github-changelog-generator-action@v2.1.1 uses: heinrichreimer/github-changelog-generator-action@v2.1.1
@ -48,10 +48,11 @@ jobs:
addSections: >- addSections: >-
{"documentation":{"prefix":"**Documentation:**","labels":["documentation"]}} {"documentation":{"prefix":"**Documentation:**","labels":["documentation"]}}
- uses: stefanzweifel/git-auto-commit-action@v4 - name: Update changelog
uses: stefanzweifel/git-auto-commit-action@v4
with: with:
commit_message: >- commit_message: >-
chore: Update changelog for tag ${{steps.get_version.outputs.version}} chore: Update changelog for tag ${{steps.get_version.outputs.version}}.
file_pattern: CHANGELOG.md file_pattern: CHANGELOG.md
- name: Release on GitHub - name: Release on GitHub