Skip to content

Commit

Permalink
use reusable publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
TanklesXL committed May 6, 2024
1 parent 6fd3505 commit 4f661c3
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,4 @@ jobs:
needs: [test, version]
steps:
- uses: actions/checkout@v2
- uses: actions/cache/restore@v4
with:
path: ./build/packages
key: deps-${{ hashFiles('manifest.toml') }}
- uses: erlef/setup-beam@v1
with:
otp-version: 26
rebar3-version: 3
gleam-version: "1.1.0"
- name: publish to hex
env:
HEXPM_USER: ${{ secrets.HEXPM_USER }}
HEXPM_PASS: ${{ secrets.HEXPM_PASS }}
run: gleam publish -y
- uses: TanklesXL/gleam_actions/actions/hex_publish@main

0 comments on commit 4f661c3

Please sign in to comment.