Skip to content

Commit

Permalink
point at correct actions from gleam_actions
Browse files Browse the repository at this point in the history
  • Loading branch information
TanklesXL committed May 16, 2024
1 parent b8fb91d commit 3408f06
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,11 @@ jobs:

release-hex:
runs-on: ubuntu-latest
environment: publish
needs:
- test
- version
steps:
- uses: actions/checkout@v4
- uses: TanklesXL/gleam_actions/actions/deps_restore@main
- uses: TanklesXL/gleam_actions/actions/hex_publish@main
- uses: TanklesXL/gleam_actions/.github/actions/deps_restore@main
- uses: TanklesXL/gleam_actions/.github/actions/hex_publish@main

0 comments on commit 3408f06

Please sign in to comment.