Skip to content

Commit

Permalink
update ci state usage
Browse files Browse the repository at this point in the history
  • Loading branch information
mdeous committed May 7, 2023
1 parent bd5b5ed commit 3550ca7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
version="$(make version)"
fi
echo "Version: ${version}"
echo "::set-output name=version::${version}"
echo "version=${version}" >> $GITHUB_STATE
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
version="$(make version)"
fi
echo "Version: ${version}"
echo "::set-output name=version::${version}"
echo "version=${version}" >> $GITHUB_STATE
- name: Publish release
uses: marvinpinto/[email protected]
Expand Down

0 comments on commit 3550ca7

Please sign in to comment.