Skip to content

Commit

Permalink
fix(release): update tag names
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximellerbach committed Apr 5, 2024
1 parent 30a1d52 commit 765cca0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 26 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/generator.yml

This file was deleted.

6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Markdown to PDF and Release

on:
release:
types: [published]
push:
branches: [master]

jobs:
build-tutoriels:
Expand All @@ -19,4 +19,6 @@ jobs:
uses: ncipollo/[email protected]
with:
artifacts: out/*
tag: ${{ github.run_number }}
name: Tutoriels
makeLatest: true

0 comments on commit 765cca0

Please sign in to comment.