Skip to content

fix(release): update tag names #2

fix(release): update tag names

fix(release): update tag names #2

Workflow file for this run

name: Markdown to PDF and Release
on:
push:
branches: [master]
jobs:
build-tutoriels:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install pandoc
run:
sudo apt-get install pandoc &&
sudo apt-get install texlive-latex-recommended
- name: Convert to PDF
run: ./.build/generate_tutoriels.sh
- name: Create Release
uses: ncipollo/[email protected]
with:
artifacts: out/*
tag: ${{ github.run_number }}
name: Tutoriels
makeLatest: true