Skip to content

Commit

Permalink
github output
Browse files Browse the repository at this point in the history
  • Loading branch information
tim4431 authored Aug 31, 2024
1 parent 4a65b89 commit ea03135
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
run: |
tag=$(jq '.[0].tag_name' releases.json | tr -d '"')
url=$(jq '.[0].tarball_url' releases.json | tr -d '"')
echo "::set-output name=tag::$tag"
echo "::set-output name=url::$url"
echo "tag=$tag" >> $GITHUB_OUTPUT
echo "url=$url" >> $GITHUB_OUTPUT
echo "tag=$tag" >> $GITHUB_ENV
build:
Expand Down

0 comments on commit ea03135

Please sign in to comment.