mirror of
https://github.com/alex289/CleanArchitecture.git
synced 2025-07-01 11:02:57 +00:00
fix: Set step output correctly
This commit is contained in:
parent
23aad50d8b
commit
0817b7438a
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -92,7 +92,7 @@ jobs:
|
||||
name=$(git --no-pager tag --sort=creatordate | tail -1)
|
||||
git checkout $name
|
||||
echo "latestTag: $name"
|
||||
echo "latestTag=$name" >> $GITHUB_ENV
|
||||
echo "latestTag=$name" >> $GITHUB_OUTPUT
|
||||
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v3
|
||||
|
Loading…
Reference in New Issue
Block a user