You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// src/utilities/internal/getStoreKeyName.ts:88:1 - (ae-forgotten-export) The symbol "storeKeyNameStringify" needs to be exported by the entry point index.d.ts
if NEXT=$(npm show ${{ matrix.package.name }}@next version) node -e 'process.exit(require("semver").gt("${{ matrix.package.version }}",process.env.NEXT)?0:1)'; then
# Slack channel id, channel name, or user id to post message
149
-
# See also: https://api.slack.com/methods/chat.postMessage#channels
150
-
# You can pass in multiple channels to post to by providing
151
-
# a comma-delimited list of channel IDs
152
-
channel-id: "C01PS0CB41G"
153
-
payload: |
154
-
{
155
-
"blocks": [
156
-
{
157
-
"type": "section",
158
-
"text": {
159
-
"type": "mrkdwn",
160
-
"text": "A new version of `${{ matrix.package.name }}` was released: <https://github.com/apollographql/apollo-client/releases/tag/${{ matrix.package.name }}@${{ matrix.package.version }}|v${{ matrix.package.version }}> :rocket:"
if NEXT=$(npm show ${{ matrix.package.name }}@next version) node -e 'process.exit(require("semver").gt("${{ matrix.package.version }}",process.env.NEXT)?0:1)'; then
0 commit comments