Skip to content

Commit

Permalink
use deps restore in hex publish job
Browse files Browse the repository at this point in the history
  • Loading branch information
TanklesXL committed May 6, 2024
1 parent 06e52fa commit 7bbccf7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,10 @@ jobs:

release-hex:
runs-on: ubuntu-latest
needs: [test, version]
needs:
- test
- version
steps:
- uses: actions/checkout@v4
- uses: TanklesXL/gleam_actions/actions/deps_restore@main
- uses: TanklesXL/gleam_actions/actions/hex_publish@main

0 comments on commit 7bbccf7

Please sign in to comment.