Skip to content

Commit

Permalink
Tweak ci steps
Browse files Browse the repository at this point in the history
  • Loading branch information
David Staehler committed Sep 25, 2020
1 parent 0ac2e7c commit a0881b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/private-elixir-library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
otp-version: ${{ env.OTP_VERSION }}
elixir-version: ${{ env.ELIXIR_VERSION }}
- name: Signing into narrativeapp organisation on hex
- name: Signing into narrativeapp organization on hex
run: mix hex.organization auth narrativeapp --key $NARRATIVE_HEX_ORG_API_KEY
- name: Downloading dependency cache
uses: actions/cache@v2
Expand Down Expand Up @@ -228,4 +228,4 @@ jobs:
asset_name: ${{ steps.app-name.outputs.app-name }}-docs-${{ steps.app-version.outputs.app-version }}.tar.gz
asset_content_type: application/gzip
- name: Publishing hex package
run: mix hex.publish --organisation narrativeapp --yes
run: mix hex.publish --organization narrativeapp --yes

0 comments on commit a0881b8

Please sign in to comment.