Skip to content

Commit

Permalink
fix: SC2086
Browse files Browse the repository at this point in the history
  • Loading branch information
m1 committed Mar 8, 2024
1 parent b6e2163 commit dee15f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
else
echo "VERSION=${GITHUB_REF##*/}" >> $GITHUB_ENV
fi
echo $VERSION
echo "$VERSION"
- name: compile release
uses: rust-build/rust-build.action@v1.4.5
id: release
Expand Down

0 comments on commit dee15f1

Please sign in to comment.