Skip to content

Commit 23e0588

Browse files
committed
fix: set release to need build in the pipeline
1 parent e7a1c5d commit 23e0588

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
path: com.developer.nefarious.zjoule.updatesite/target/repository/
3030

3131
release:
32-
needs: release
32+
needs: build
3333
runs-on: ubuntu-latest
3434
# if: github.ref == 'refs/heads/main'
3535
steps:

0 commit comments

Comments
 (0)