We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d400331 commit 4c26c3bCopy full SHA for 4c26c3b
.github/workflows/release.yml
@@ -45,7 +45,7 @@ jobs:
45
echo "package dir:"
46
ls
47
cargo package
48
- echo "We will publish:" $PACKAGE_VERSION
+ echo "Will be published:" $PACKAGE_VERSION
49
echo "This is current latest:" $PUBLISHED_VERSION
50
echo "post package dir:"
51
cd ${{ matrix.publishPath }}
0 commit comments