From dea8514800aa1aff604d53b2b3cbe37e8714ce49 Mon Sep 17 00:00:00 2001 From: spamegg Date: Mon, 25 Nov 2024 22:13:58 +0300 Subject: [PATCH] update .gitattributes - try tagged release again --- .gitattributes | 16 +++------------- .github/workflows/workflow.yml | 1 + 2 files changed, 4 insertions(+), 13 deletions(-) diff --git a/.gitattributes b/.gitattributes index 1fe54eb..c23b22e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,16 +1,6 @@ -src export-ignore images export-ignore -chapter1.pdf export-ignore -chapter2.pdf export-ignore -chapter3.pdf export-ignore -chapter4.pdf export-ignore -chapter5.pdf export-ignore -chapter6.pdf export-ignore -chapter7.pdf export-ignore -chapter8.pdf export-ignore -chapter9.pdf export-ignore -chapter10.pdf export-ignore -chapter11.pdf export-ignore -chapter12.pdf export-ignore +.github export-ignore LICENSE-CC-BY-NC-SA export-ignore README.MD export-ignore +.gitignore export-ignore +.gitattributes export-ignore diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 308da25..3d7ca17 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -30,6 +30,7 @@ jobs: uses: softprops/action-gh-release@v2.1.0 # if: startsWith(github.ref, 'refs/tags/') with: + tag_name: "v1.0.${{ github.run_number }}" make_latest: true generate_release_notes: true preserve_order: true