Remove "Fetch Release Info"

This commit is contained in:
wusatosi 2023-05-03 12:18:53 -04:00 committed by GitHub
parent 5298b7ba2a
commit ab8c770476
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -231,10 +231,6 @@ jobs:
uses: actions/download-artifact@v3 uses: actions/download-artifact@v3
with: with:
name: env name: env
- name: Fetch release info
uses: actions/download-artifact@v3
with:
name: release
- name: Put release info into env - name: Put release info into env
run: cat commit.env >> $GITHUB_ENV run: cat commit.env >> $GITHUB_ENV
shell: bash shell: bash