mirror of
https://github.com/mas-cli/mas
synced 2024-11-22 03:23:08 +00:00
👷🏻♀️ Update GITHUB_ENV
This commit is contained in:
parent
30a4987d39
commit
87a00742c8
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Reference in a new issue