Skip to content

Commit

Permalink
Merge pull request #7 from ZettaScaleLabs/feat-release-workflow-postfix
Browse files Browse the repository at this point in the history
fix: Cannot Don't specify ref when calling local workflows
  • Loading branch information
fuzzypixelz authored Feb 29, 2024
2 parents e982c95 + f9a3bcb commit 54be262
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 54be262

Please sign in to comment.