Skip to content

fix: reuseable workflow issue #6

fix: reuseable workflow issue

fix: reuseable workflow issue #6

Workflow file for this run

name: "tagged-release"
on:
push:
tags:
- "v*"
jobs:
build:
uses: dorianneto/url-shortener/.github/workflows/go.yml@main

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

View workflow run for this annotation

GitHub Actions / .github/workflows/release.yml

Invalid workflow file

error parsing called workflow ".github/workflows/release.yml" -> "dorianneto/url-shortener/.github/workflows/go.yml@main" (source branch with sha:ca83d96d0289af9855d44d9f9073d77d03e29789) : workflow is not reusable as it is missing a `on.workflow_call` trigger
tagged-release:
name: "Tagged Release"
runs-on: "ubuntu-latest"
steps:
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false
files: |
LICENSE.txt
*-darwin
*-linux
*.exe