We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88da939 commit 84254e0Copy full SHA for 84254e0
.github/workflows/version.yaml
@@ -81,6 +81,7 @@ jobs:
81
;;
82
dev)
83
bump-my-version bump --allow-dirty --verbose --no-commit --no-tag "$RELEASE_KIND"
84
+ echo "PACKAGE=true" >> $GITHUB_ENV
85
86
esac
87
0 commit comments