Skip to content

Commit

Permalink
ci(release): log latest tag
Browse files Browse the repository at this point in the history
  • Loading branch information
ygrishajev committed Oct 17, 2024
1 parent 48848b2 commit 9f356cf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release-all-apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,10 @@ jobs:

- name: Get the latest tag
id: latest_tag
run: echo "value=$(git describe --tags --abbrev=0)" >> $GITHUB_OUTPUT
run: |
output="value=$(git describe --tags --abbrev=0)"
echo $output
echo $output >> $GITHUB_OUTPUT
- name: Generate releases and build docker images
env:
Expand Down

0 comments on commit 9f356cf

Please sign in to comment.