Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TexBlock committed Jan 29, 2024
1 parent ea2df8a commit 1105125
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Publish Release

on: [workflow_dispatch] # Manual trigger
on:
workflow_dispatch:
release:
types:
- published

permissions:
contents: write
Expand Down

0 comments on commit 1105125

Please sign in to comment.