Skip to content

Commit a883b26

Browse files
committed
try new publish workflow
1 parent ef2fcff commit a883b26

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/publish.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,11 @@ jobs:
1111
steps:
1212
- name: Check out
1313
uses: actions/checkout@v4
14-
14+
- uses: erlef/setup-beam@v1
15+
with:
16+
otp-version: 26.x
17+
elixir-version: 1.15
1518
- name: Publish package to hex.pm
16-
uses: hipcall/github_action_publish_hex@v1
17-
env:
18-
HEX_API_KEY: ${{ secrets.HEX_API_KEY }}
19+
uses: cucumber/action-publish-hex@v1.0.0
20+
with:
21+
hex-api-key: ${{ secrets.HEX_API_KEY }}

0 commit comments

Comments
 (0)