Skip to content

Commit

Permalink
still testing publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Samkeer1 committed Apr 4, 2024
1 parent fdbf7d8 commit edeabb9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ env:
ELIXIR_VERSION_SPEC: "1.9.4"

jobs:
test:
uses: ./.github/workflows/test.yml
publish:
needs: test
runs-on: ubuntu-20.04
Expand All @@ -23,4 +25,4 @@ jobs:
elixir-version: ${{ env.ELIXIR_VERSION_SPEC }}

- name: Publish
run: mix hex.publish
run: mix hex.publish --yes

0 comments on commit edeabb9

Please sign in to comment.