Skip to content

Commit

Permalink
ci: Fix workflows to remove set-output (cheqd#74)
Browse files Browse the repository at this point in the history
* Update release.yml

* Update package-lock.json
  • Loading branch information
ankurdotb authored and DaevMithran committed Jan 30, 2023
1 parent 14652b7 commit fbe56d1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
id: set-version
run: |
VERSION=$( git describe --tags ${{ github.sha }})
echo ::set-output name=VERSION::"$VERSION"
echo "VERSION=$VERSION" >> "$GITHUB_OUTPUT"
release-docker:
name: "Release Docker image"
Expand Down
24 changes: 12 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fbe56d1

Please sign in to comment.