Skip to content

Commit ad97fbf

Browse files
author
Ben Siggery
committed
fix path
1 parent 4688f13 commit ad97fbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/changeset-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ jobs:
214214
COOKIE_BANNER_VERSION=$(echo $PACKAGES | jq -r '.[] | select(.name == "@justeattakeaway/pie-cookie-banner") | .version')
215215
echo "cookie_banner_version=$COOKIE_BANNER_VERSION" >> $GITHUB_OUTPUT
216216
- name: Publish Cookie Banner CDN
217-
uses: ./.github/actions/publish-cookie-banner-cdn
217+
uses: ./.github/workflows/pie-cookie-banner-cdn-publish.yml
218218
with:
219219
os: ${{ inputs.os }}
220220
node-version: ${{ inputs.node-version }}

0 commit comments

Comments
 (0)