We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 931c5e8 commit f5c0d13Copy full SHA for f5c0d13
.github/workflows/publish.yml
@@ -3,10 +3,7 @@ name: Publish packages
3
on:
4
push:
5
tags: ["*"]
6
-
7
-concurrency:
8
- group: ${{github.workflow}}-${{github.ref}}
9
- cancel-in-progress: true
+ workflow_dispatch:
10
11
permissions:
12
contents: write
0 commit comments