Skip to content

Commit

Permalink
Test (#19)
Browse files Browse the repository at this point in the history
* chore:test

* chore: Fix workflow
  • Loading branch information
RedstonePfalz authored Mar 21, 2024
1 parent 47916b0 commit 2716498
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@ jobs:

- name: Get version from .release-please-manifest.json
id: get_version
run: echo "::set-output name=version::$(jq -r .version .release-please-manifest.json)"

run: |
RELEASE_NAME=$(jq -r '.["."]' .release-please-manifest.json)
echo "::set-output name=version::$RELEASE_NAME"
- name: Read Changelog
id: read_changelog
run: echo "::set-output name=changelog::$(cat CHANGELOG.md)"
Expand Down

0 comments on commit 2716498

Please sign in to comment.