Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sifferman committed Sep 6, 2023
1 parent ba9fafc commit 571bd7c
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,21 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
# - name: Install TeX Live
# run: |
# sudo apt install -y texlive texlive-full
# - name: Build
# run: |
# make
- name: Create Tag
run: |
echo "TAG_NAME=$(date +%Y.%m.%d.%H.%M)" >> "$GITHUB_ENV"
git tag ${{ env.TAG_NAME }}
git push origin ${{ env.TAG_NAME }}
- uses: ncipollo/release-action@v1
with:
allowUpdates: True
omitBody: True
tag: ${{ env.TAG_NAME }}
artifacts: ".gitignore"
token: ${{ secrets.GITHUB_TOKEN }}
# - name: Install TeX Live
# run: |
# sudo apt install -y texlive texlive-full
# - name: Build
# run: |
# make
- name: Create Tag
run: |
echo "TAG_NAME=$(date +%Y.%m.%d.%H.%M)" >> "$GITHUB_ENV"
git tag ${{ env.TAG_NAME }}
git push origin ${{ env.TAG_NAME }}
- uses: ncipollo/release-action@v1
with:
allowUpdates: True
omitBody: True
tag: ${{ env.TAG_NAME }}
artifacts: ".gitignore"
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 571bd7c

Please sign in to comment.