File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737
3838 - name : Set tag version to output
3939 id : set_current_tag_id
40- run : echo "CURRENT_TAG=${{ steps.tag_version.outputs.new_tag }}" >> $GITHUB_OUTPUT
40+ run : echo "CURRENT_TAG=${{ steps.tag_version.outputs.new_tag }}" >> $GITHUB_ENV
4141
4242 - name : Notify if failure
4343 if : ${{ failure() }}
Original file line number Diff line number Diff line change 7979
8080 - name : Set Release URL
8181 id : set_release_url
82- run : echo "RELEASE_URL=${{ steps.create_release.outputs.upload_url }}" >> $GITHUB_OUTPUT
82+ run : echo "RELEASE_URL=${{ steps.create_release.outputs.upload_url }}" >> $GITHUB_ENV
8383
8484 - name : Notify if failure
8585 if : ${{ failure() }}
@@ -178,12 +178,12 @@ jobs:
178178
179179 <b>WorkFlows:</b> <a href="https://github.com/${{ github.repository }}/actions">ActionsList</a>
180180
181- Commit with tag: ${{ needs.prepare.outputs .CURRENT_TAG }}
181+ Commit with tag: ${{ env .CURRENT_TAG }}
182182
183183 Repository: ${{ github.repository }}
184184
185185 Branch: ${{ github.ref }}
186186
187- <b>Release URL:</b> https://github.com/${{ github.repository }}/releases/tag/${{ needs.prepare.outputs.get_current_tag }}
187+ <b>Release URL:</b> https://github.com/${{ github.repository }}/releases/tag/${{ env.CURRENT_TAG }}
188188
189189 See changes: https://github.com/${{ github.repository }}/commit/${{ github.sha }}
You can’t perform that action at this time.
0 commit comments