Skip to content

Commit 7c3e805

Browse files
authored
Merge pull request #24 from neatc0der/feature/distribute
Feature/distribute
2 parents 8b19fd9 + 04d4749 commit 7c3e805

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/distribute.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
name: Distribution Workflow
22

33
on:
4+
workflow_dispatch:
45
release:
5-
types:
6-
- published
7-
- released
6+
types: [published, released]
87

98
jobs:
109
build:

changelog/v2.1.2.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
# v2.1.2
22

33
* Fixes [superfences bug](https://github.com/neatc0der/mkdocs-markmap/issues/19)
4+
* Updates distribute workflow
5+

0 commit comments

Comments
 (0)