Skip to content

Commit

Permalink
build(workflows): fix nightly build syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
y0hami authored Mar 28, 2022
1 parent 8ad0cce commit 2041305
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ jobs:
runs-on: ubuntu-latest
if: github.repository == 'fomantic/Fomantic-UI'
outputs:
shouldPublish:
description: "If the package should be published"
value: ${{ steps.nightly-version.outputs.shouldPublish }}
shouldPublish: ${{ steps.nightly-version.outputs.shouldPublish }}
steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 2041305

Please sign in to comment.