We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef2fcff commit a883b26Copy full SHA for a883b26
.github/workflows/publish.yml
@@ -11,8 +11,11 @@ jobs:
11
steps:
12
- name: Check out
13
uses: actions/checkout@v4
14
-
+ - uses: erlef/setup-beam@v1
15
+ with:
16
+ otp-version: 26.x
17
+ elixir-version: 1.15
18
- name: Publish package to hex.pm
- uses: hipcall/github_action_publish_hex@v1
- env:
- HEX_API_KEY: ${{ secrets.HEX_API_KEY }}
19
+ uses: cucumber/action-publish-hex@v1.0.0
20
21
+ hex-api-key: ${{ secrets.HEX_API_KEY }}
0 commit comments