Skip to content

Commit 2907d6f

Browse files
committed
re-release hive-gateway@1.4.1 binaries
1 parent 37b1905 commit 2907d6f

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -115,11 +115,6 @@ jobs:
115115
```
116116
bin:
117117
name: Binary built on ${{ matrix.os }}
118-
needs: [stable, snapshot]
119-
if: always() && (
120-
contains(needs.stable.outputs.publishedPackages, '@graphql-hive/gateway') ||
121-
contains(needs.snapshot.outputs.publishedPackages, '@graphql-hive/gateway')
122-
)
123118
runs-on: ${{ matrix.os }}
124119
strategy:
125120
fail-fast: false
@@ -132,7 +127,7 @@ jobs:
132127
with:
133128
result-encoding: string
134129
script: |
135-
const publishedPackages = ${{ needs.stable.outputs.publishedPackages || needs.snapshot.outputs.publishedPackages }};
130+
const publishedPackages = [{"name":"@graphql-hive/gateway","version":"1.4.1"},{"name":"@graphql-hive/gateway-runtime","version":"1.0.0"}];
136131
const gateway = publishedPackages.find((p) => p.name === '@graphql-hive/gateway');
137132
if (!gateway) {
138133
return core.setFailed('@graphql-hive/gateway was not published!');

0 commit comments

Comments
 (0)