We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fb49b2 commit a686ac6Copy full SHA for a686ac6
.github/workflows/changeset-release.yml
@@ -214,7 +214,7 @@ jobs:
214
COOKIE_BANNER_VERSION=$(echo $PACKAGES | jq -r '.[] | select(.name == "@justeattakeaway/pie-cookie-banner") | .version')
215
echo "cookie_banner_version=$COOKIE_BANNER_VERSION" >> $GITHUB_OUTPUT
216
- name: Publish Cookie Banner CDN
217
- uses: ./.github/actions/publish-cookie-banner-cdn
+ uses: ./.github/workflows/pie-cookie-banner-cdn-publish.yml
218
with:
219
os: ${{ inputs.os }}
220
node-version: ${{ inputs.node-version }}
0 commit comments