Skip to content

Commit 5476de3

Browse files
committed
Fix publish_release script
1 parent 445c339 commit 5476de3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/actions/publish_release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,13 @@ on:
66
- main
77
paths:
88
- "mix.exs"
9+
# Until this is proven, allow manual triggers
10+
workflow_dispatch:
911

1012
jobs:
1113
release:
1214
name: Publish Release
13-
uses: box-id/github-actions/.github/workflows/elixir_publish_release.yml@main
15+
uses: box-id/github-actions-oss/.github/workflows/elixir_publish_release.yml@main
1416
with:
1517
publish-to-hex: true
1618
version-prefix: "v"

0 commit comments

Comments
 (0)