You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
zip sds-antora-ui-bundle-${{ github.event.inputs.release_version }}.zip -r *
33
+
echo "Done with Zip"
34
+
ls
35
+
- name: Create GitHub release
36
+
uses: softprops/action-gh-release@v1
37
+
id: sds_antora_ui_release
38
+
with:
39
+
body: "Open Manufacturing Platform Default UI bundle for Antora in version v${{ github.event.inputs.release_version }}. Intended for internal use within the OMP."
0 commit comments