forked from AG_QGIS/Plugin_Test_Action
Add release workflow
This commit is contained in:
@@ -45,9 +45,9 @@ jobs:
|
||||
VERSION="${TAG#v}"
|
||||
|
||||
case "$TAG" in
|
||||
*-dev*) CHANNEL="unstable" ;;
|
||||
*-beta*) CHANNEL="testing" ;;
|
||||
*) CHANNEL="stable" ;;
|
||||
*-unstable*) CHANNEL="unstable" ;;
|
||||
*-testing*) CHANNEL="testing" ;;
|
||||
*) CHANNEL="stable" ;;
|
||||
esac
|
||||
|
||||
echo "version=${VERSION}" >> $GITHUB_OUTPUT
|
||||
|
||||
Reference in New Issue
Block a user