We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0b7216 commit ff10484Copy full SHA for ff10484
3 files changed
.github/workflows/main.yml
@@ -102,6 +102,9 @@ jobs:
102
fi
103
104
105
+ echo $GITHUB_REF
106
+ echo $TRAVIS_TAG
107
+ echo $VERSION
108
echo $TAGS
109
110
echo "::set-output name=tags::$TAGS"
docker-custom/package.json
@@ -29,7 +29,7 @@
29
}
30
],
31
"dependencies": {
32
- "node-red": "2.1.0-beta.1"
+ "node-red": "2.1.0-beta.2"
33
},
34
"engines": {
35
"node": ">=12"
package.json
0 commit comments