Skip to content

Commit

Permalink
release using workflow inheriting secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
TanklesXL committed May 25, 2024
1 parent 118bab0 commit cbd207a
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,12 @@ on:
push:
tags:
- v*.*.*
jobs:
test:
uses: ./.github/workflows/test.yml

release:
needs:
- test
uses: TanklesXL/gleam_actions/.github/workflows/release.yaml@main
secrets: inherit
with:
hexpm_user: ${{ secrets.HEXPM_USER }}
hexpm_pass: ${{ secrets.HEXPM_PASS }}
gleam_version: 1.1.0
erlang_version: 26
test_erlang: true
test_node: false

0 comments on commit cbd207a

Please sign in to comment.