👷🏻‍♀️ Update GITHUB_ENV

This commit is contained in:
Ben Chatelain 2024-03-10 12:41:53 -06:00
parent 30a4987d39
commit 87a00742c8
No known key found for this signature in database

View file

@ -38,8 +38,8 @@ jobs:
echo "release.target_commitish: ${{ github.event.release.target_commitish }}"
echo "release.body: ${{ github.event.release.body }}"
echo "DRY_RUN=false" >>$GITHUB_ENV
echo "MAS_VERSION=${{ github.event.release.tag_name }}" >>${GITHUB_REF}
echo "RELEASE_COMMIT=${{ github.event.release.target_commitish }}" >>${GITHUB_REF}
echo "MAS_VERSION=${{ github.event.release.tag_name }}" >>${GITHUB_ENV}
echo "RELEASE_COMMIT=${{ github.event.release.target_commitish }}" >>${GITHUB_ENV}
- name: 🔈 Log environment variables
run: |