Skip to content

Commit

Permalink
fix: Cannot Don't specify ref when calling local workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzzypixelz committed Feb 29, 2024
1 parent e982c95 commit f9a3bcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
version:
description: >
Release version. Can be left unspecified if `dry-run = true`,
in which case the workflow will generate it using `git describe`.
in which case the workflow will generate it using `git describe`
type: string
required: false

Expand All @@ -20,7 +20,7 @@ env:

jobs:
ci:
uses: ./.github/workflows/ci.yml@main
uses: ./.github/workflows/ci.yml

tag:
runs-on: [self-hosted, ubuntu-20.04]
Expand Down

0 comments on commit f9a3bcb

Please sign in to comment.