Browse Source

Fixed tag doc target

pull/44/head 4.0.4
Anairkoen Schno 4 years ago
parent
commit
835be0700f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/tag_docs.yml

+ 1
- 1
.github/workflows/tag_docs.yml View File

@ -2,7 +2,7 @@ name: Tag Docs
on: on:
release: release:
types: [created]
types: [ "published" ]
jobs: jobs:
docs: docs:


Loading…
Cancel
Save