Skip to content

Commit f99300f

Browse files
committed
fix output
1 parent 7ea0ade commit f99300f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/old.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ jobs:
3434
- name: Get version
3535
id: vars
3636
run: |
37-
echo "tag=1.5.0" >> $GITHUB_OUTPUTS
38-
echo "short_tag=1.5" >> $GITHUB_OUTPUTS
37+
echo "tag=1.5.0" >> $GITHUB_OUTPUT
38+
echo "short_tag=1.5" >> $GITHUB_OUTPUT
3939
4040
build-docker:
4141
name: Build Docker Image

0 commit comments

Comments
 (0)