We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 445c339 commit 5476de3Copy full SHA for 5476de3
.github/actions/publish_release.yml
@@ -6,11 +6,13 @@ on:
6
- main
7
paths:
8
- "mix.exs"
9
+ # Until this is proven, allow manual triggers
10
+ workflow_dispatch:
11
12
jobs:
13
release:
14
name: Publish Release
- 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
16
with:
17
publish-to-hex: true
18
version-prefix: "v"
0 commit comments