Skip to content

Commit

Permalink
fix: Fixes github actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
imterah committed May 5, 2024
1 parent f19f92f commit 7bb0a55
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: Get version information
id: get_version
run: echo "version=v$(cat version)" >> $GITHUB_OUTPUT
run: echo "version=v$(cat VERSION)" >> $GITHUB_OUTPUT

- name: Make tag on Git
uses: laputansoft/[email protected]
Expand All @@ -46,14 +46,12 @@ jobs:
pullRequests: true
prWoLabels: true
addSections: >-
{"documentation":{"prefix":"
**Documentation:**","labels":["documentation"]}}
{"documentation":{"prefix":"**Documentation:**","labels":["documentation"]}}
- uses: stefanzweifel/git-auto-commit-action@v4
with:
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

- name: Release on GitHub
Expand Down

0 comments on commit 7bb0a55

Please sign in to comment.