Skip to content

Commit 42cd483

Browse files
authored
Merge pull request #29 from cloudcome/feat/v0.x
Feat/v0.x
2 parents 8d24546 + b9bdf63 commit 42cd483

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
publish:
2323
runs-on: ubuntu-latest
2424
needs: release
25-
if: ${{ needs.release.steps.release.outputs.release_created }}
25+
if: needs.release.steps.release.outputs.release_created
2626
steps:
2727
- uses: actions/checkout@v3
2828
- uses: actions/setup-node@v3

0 commit comments

Comments
 (0)