Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
realhackcraft committed Aug 19, 2023
1 parent ac69fd5 commit 5ead7d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

- name: test
run: |
echo ${{ steps.default-fragment.outputs[0] }}
echo ${{join(steps.run_tests.outputs.*, '\n')}}
- name: Get Latest Release
uses: PssbleTrngle/VersionManagment@v2
Expand All @@ -57,7 +57,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
fallback: v1.0.0
prefix: v
default-fragment: ${{ steps.default-fragment.outputs.stdout }}
default-fragment: ${{join(steps.run_tests.outputs.*, '\n')}}

- name: Generate Changelog
uses: Bullrich/generate-release-changelog@master
Expand Down

0 comments on commit 5ead7d8

Please sign in to comment.