File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 30
30
- name : Create GitHub release
31
31
uses : softprops/action-gh-release@v1
32
32
with :
33
+ token : ${{ secrets.GH_TOKEN }}
33
34
fail_on_unmatched_files : true
34
35
prerelease : ${{ contains(github.ref_name, '-') }}
35
36
files : tex/*.pdf
Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ which will create a GitHub Release with the generated PDFs.
153
153
- Directly from [ GitHub Releases] .
154
154
- Using Git with
155
155
```
156
- $ git tag 1.2.3 -m v1.2.3
156
+ $ git tag --sign 1.2.3 -m v1.2.3
157
157
$ git push --tags
158
158
```
159
159
- Using Bower with
@@ -163,6 +163,14 @@ which will create a GitHub Release with the generated PDFs.
163
163
164
164
[ GitHub Releases ] : https://github.com/makenew/latex-project/releases/new
165
165
166
+ ## GitHub Actions
167
+
168
+ _ GitHub Actions should already be configured: this section is for reference only._
169
+
170
+ The following repository secrets must be set on [ GitHub Actions] :
171
+
172
+ - ` GH_TOKEN ` : A personal access token for the user.
173
+
166
174
## Source Code
167
175
168
176
The [ makenew-latex-project source] is hosted on GitHub.
You can’t perform that action at this time.
0 commit comments