Skip to content

Commit

Permalink
Merge pull request #20 from jongwooo/chore/replace-deprecated-command…
Browse files Browse the repository at this point in the history
…-with-environment-file

Replace deprecated command with environment file
  • Loading branch information
jkfran authored May 9, 2023
2 parents aecbacc + da74064 commit 086ff0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
VERSION=$(grep '^version =' Cargo.toml | head -n 1 | awk '{print $3}' | tr -d '"' | tr -d "\n")
echo "VERSION=$VERSION" >> $GITHUB_ENV
echo "Found version: $VERSION"
echo "::set-output name=version::$VERSION"
echo "version=$VERSION" >> $GITHUB_OUTPUT
- name: Create release and upload assets
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 086ff0b

Please sign in to comment.