Skip to content

Commit

Permalink
Release action
Browse files Browse the repository at this point in the history
  • Loading branch information
zagura committed Oct 24, 2022
1 parent 4b09d40 commit dcdd828
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/main.yml → .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: Build Statut
on:
push:
branches:
- '*'
name: Build FAQ
on: [push]
jobs:
build_latex:
build:
runs-on: ubuntu-latest
steps:
- name: Set up Git repository
uses: actions/checkout@v3
- name: Create daily tag
id: version
uses: fregante/daily-version-action@v2
- name: Compile LaTeX document
uses: xu-cheng/latex-action@v2
with:
Expand All @@ -23,5 +23,4 @@ jobs:
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false
automatic_release_tag: lastest
files: radio_faq1.pdf

0 comments on commit dcdd828

Please sign in to comment.