Skip to content

Commit

Permalink
fix publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
tank-bohr committed Apr 3, 2021
1 parent 4aca69c commit 24312ee
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@ on:
jobs:
build:
runs-on: ubuntu-latest

container:
image: erlang:latest

steps:
- uses: actions/checkout@v2
- uses: gleam-lang/[email protected]
with:
otp-version: 22.2
- uses: actions/[email protected]

- run: ./scripts/publish.sh
env:
HEX_API_KEY: ${{ secrets.HEX_KEY }}

0 comments on commit 24312ee

Please sign in to comment.