Skip to content

release using workflow inheriting secrets #7

release using workflow inheriting secrets

release using workflow inheriting secrets #7

Workflow file for this run

name: GH and Hex.pm Release
on:
push:
tags:
- v*.*.*
jobs:
release:
uses: TanklesXL/gleam_actions/.github/workflows/release.yaml@main

Check failure on line 9 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / GH and Hex.pm Release

Invalid workflow file

The workflow is not valid. In .github/workflows/release.yml (Line: 9, Col: 11): Error from called workflow TanklesXL/gleam_actions/.github/workflows/release.yaml@main (Line: 57, Col: 9): Job 'release-gh' depends on unknown job 'deps'.
secrets: inherit
with:
gleam_version: 1.1.0
erlang_version: 26
test_erlang: true
test_node: false