Skip to content

Commit dea8514

Browse files
committed
update .gitattributes
- try tagged release again
1 parent c3dfebc commit dea8514

File tree

2 files changed

+4
-13
lines changed

2 files changed

+4
-13
lines changed

.gitattributes

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,6 @@
1-
src export-ignore
21
images export-ignore
3-
chapter1.pdf export-ignore
4-
chapter2.pdf export-ignore
5-
chapter3.pdf export-ignore
6-
chapter4.pdf export-ignore
7-
chapter5.pdf export-ignore
8-
chapter6.pdf export-ignore
9-
chapter7.pdf export-ignore
10-
chapter8.pdf export-ignore
11-
chapter9.pdf export-ignore
12-
chapter10.pdf export-ignore
13-
chapter11.pdf export-ignore
14-
chapter12.pdf export-ignore
2+
.github export-ignore
153
LICENSE-CC-BY-NC-SA export-ignore
164
README.MD export-ignore
5+
.gitignore export-ignore
6+
.gitattributes export-ignore

.github/workflows/workflow.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
uses: softprops/[email protected]
3131
# if: startsWith(github.ref, 'refs/tags/')
3232
with:
33+
tag_name: "v1.0.${{ github.run_number }}"
3334
make_latest: true
3435
generate_release_notes: true
3536
preserve_order: true

0 commit comments

Comments
 (0)