File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535 with :
3636 name : constitution-pdf
3737 path : constitution.pdf
38-
38+
3939 create-release :
4040 needs : build-pdf
4141 if : github.event_name == 'push'
@@ -46,11 +46,15 @@ jobs:
4646 with :
4747 name : constitution-pdf
4848
49+ - name : Get date
50+ id : date
51+ run : echo "date=$(date +'%Y-%m-%d')" >> $GITHUB_OUTPUT
52+
4953 - name : Create Release and Upload PDF
5054 uses : softprops/action-gh-release@v2
5155 with :
52- tag_name : build -${{ github.run_number }}
53- name : " Auto-build # ${{ github.run_number }}"
56+ tag_name : constitution-${{ steps.date.outputs.date }} -${{ github.run_number }}
57+ name : " constitution- ${{ steps.date.outputs.date }}"
5458 files : constitution.pdf
5559 env :
5660 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 22
33Date of Origin: September 2014
44
5- Last Updated: March 2026
5+ Last Updated: March 2026
66
77## Table of Contents
88
You can’t perform that action at this time.
0 commit comments