forked from AG_QGIS/Plugin_Test_Action
Compare commits
1 Commits
v12-unstab
...
v14-testin
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
141a867dd3 |
@@ -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