We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 43d19cf + b37b02c commit a89f0c9Copy full SHA for a89f0c9
.github/workflows/release-asgardeo-docs.yml
@@ -48,6 +48,7 @@ jobs:
48
NEW_VERSION="${MAJOR}.${MINOR}.${PATCH}"
49
echo "New version: $NEW_VERSION"
50
echo "NEW_VERSION=$NEW_VERSION" >> $GITHUB_ENV
51
+ echo "$NEW_VERSION" > VERSION
52
shell: bash
53
54
- name: Build MkDocs Documentation
0 commit comments