fix: ref for rel

This commit is contained in:
Aleksandr Chikovani 2023-08-28 00:22:23 -04:00
parent 953d2f1110
commit 560caa9f06

View file

@ -215,9 +215,9 @@ jobs:
- name: Release - name: Release
uses: softprops/action-gh-release@v1 uses: softprops/action-gh-release@v1
with: with:
target_commitish: ${{ env.GITHUB_SHA }}
tag_name: ${{ needs.build_and_publish.outputs.next_version }} tag_name: ${{ needs.build_and_publish.outputs.next_version }}
target_commitish: ${{ env.GITHUB_REF_NAME }}
body: | body: |
${{ needs.build_and_publish.outputs.next_version }} # ${{ needs.build_and_publish.outputs.next_version }}
${{ env.CHANGELOG }} ${{ env.CHANGELOG }}