Skip to content

Commit e650349

Browse files
committed
ci(release): remove dummy outputs
1 parent 7ba1aab commit e650349

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ jobs:
1414
release-please:
1515
runs-on: ubuntu-latest
1616
outputs:
17-
foo: bar
1817
binary_release_created: ${{ steps.release.outputs['crates/nixpkgs-track--release_created'] }}
1918
library_release_created: ${{ steps.release.outputs['crates/nixpkgs-track_lib--release_created'] }}
2019
steps:
@@ -24,7 +23,6 @@ jobs:
2423
log:
2524
runs-on: ubuntu-latest
2625
needs: release-please
27-
if: ${{ needs.release-please.outputs.foo }}
2826
steps:
2927
- run: echo "${{ toJSON(needs['release-please'].outputs) }}"
3028

0 commit comments

Comments
 (0)