File tree Expand file tree Collapse file tree 1 file changed +13
-18
lines changed Expand file tree Collapse file tree 1 file changed +13
-18
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ name: Deploy Documentation Version
3
3
permissions :
4
4
contents : write
5
5
actions : read
6
- secrets : read
7
6
8
7
on :
9
8
push :
@@ -91,22 +90,18 @@ jobs:
91
90
fi
92
91
93
92
- name : Create Release Notes
94
- uses : actions/create-release@v1
95
93
env :
96
94
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
97
- with :
98
- tag_name : ${{ steps.version.outputs.full_version }}
99
- release_name : NetBox Enterprise Documentation ${{ steps.version.outputs.full_version }}
100
- body : |
101
- ## NetBox Enterprise Documentation ${{ steps.version.outputs.full_version }}
102
-
103
- Documentation for NetBox Enterprise ${{ steps.version.outputs.major_minor }}.
104
-
105
- ### View Documentation
106
- - [Latest Documentation](https://netboxlabs.com/docs/)
107
- - [Version ${{ steps.version.outputs.major_minor }} Documentation](https://netboxlabs.com/docs/${{ steps.version.outputs.major_minor }}/)
108
-
109
- ### Changes
110
- This release includes documentation updates for NetBox Enterprise ${{ steps.version.outputs.full_version }}.
111
- draft : false
112
- prerelease : false
95
+ run : |
96
+ gh release create "${{ steps.version.outputs.full_version }}" \
97
+ --title "NetBox Enterprise Documentation ${{ steps.version.outputs.full_version }}" \
98
+ --notes "## NetBox Enterprise Documentation ${{ steps.version.outputs.full_version }}
99
+
100
+ Documentation for NetBox Enterprise ${{ steps.version.outputs.major_minor }}.
101
+
102
+ ### View Documentation
103
+ - [Latest Documentation](https://netboxlabs.com/docs/)
104
+ - [Version ${{ steps.version.outputs.major_minor }} Documentation](https://netboxlabs.com/docs/${{ steps.version.outputs.major_minor }}/)
105
+
106
+ ### Changes
107
+ This release includes documentation updates for NetBox Enterprise ${{ steps.version.outputs.full_version }}."
You can’t perform that action at this time.
0 commit comments