File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,13 +39,12 @@ jobs:
3939 id : set_current_tag_id
4040 run : |
4141 echo "CURRENT_TAG=${{ steps.tag_version.outputs.new_tag }}"
42- echo "CURRENT_TAG=${{ steps.tag_version.outputs.new_tag }}" >> $GITHUB_ENV
42+ echo "CURRENT_TAG=${{ steps.tag_version.outputs.new_tag }}" >> $GITHUB_OUTPUT
4343
4444 - name : Echo env var
4545 run : |
4646 echo "${{ env.CURRENT_TAG }}"
4747
48-
4948 - name : Notify if failure
5049 if : ${{ failure() }}
5150 uses : appleboy/telegram-action@master
9089 run : |
9190 python -m pip install --upgrade pip
9291 pip install -r requirements.txt
93- echo "${{ env .CURRENT_TAG }}"
92+ echo "${{ needs.prepare.outputs .CURRENT_TAG }}"
9493
9594 - name : Build with pyinstaller for ${{ matrix.TARGET }}
9695 run : ${{ matrix.CMD_BUILD }}
@@ -132,7 +131,7 @@ jobs:
132131
133132 <b>WorkFlows:</b> <a href="https://github.com/${{ github.repository }}/actions">ActionsList</a>
134133
135- Commit with tag: ${{ env .CURRENT_TAG }}
134+ Commit with tag: ${{ needs.prepare.outputs .CURRENT_TAG }}
136135
137136 Repository: ${{ github.repository }}
138137
You can’t perform that action at this time.
0 commit comments