We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87cfe00 commit d9915abCopy full SHA for d9915ab
.github/workflows/tag-github.yml
@@ -52,6 +52,6 @@ jobs:
52
if: steps.version-change.outputs.changed == 'true'
53
uses: onosproject/.github/.github/actions/create-github-release-action@main
54
with:
55
- version: ${{ steps.version-change.outputs.version }}
+ VERSION: ${{ steps.version-change.outputs.version }}
56
env:
57
GH_TOKEN: ${{ secrets.GH_ONOS_PAT }}
VERSION
@@ -1 +1 @@
1
-0.10.30
+0.10.31
0 commit comments