Skip to content

Commit

Permalink
chore: changing runner
Browse files Browse the repository at this point in the history
  • Loading branch information
lzecca78 committed Jan 3, 2025
1 parent 5a6f2df commit 7c095c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@ on:

jobs:
erlang-publish:
runs-on: k8s-medium
runs-on: ubuntu-latest
steps:
- name: "Publish to Hex"
uses: ./.github/actions/erlang-publish
with:
runs-on: ubuntu-latest
rebar3-version: 3.24.0
otp-version: 26.0
HEX_KEY: ${{ secrets.HEX_KEY }}

0 comments on commit 7c095c5

Please sign in to comment.