Skip to content

Commit 49f99e5

Browse files
authored
add note for deploy workflow (#3690)
1 parent cc36fd3 commit 49f99e5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ jobs:
4545
NPM_TOKEN: '' # Forces OIDC authentication
4646
GITHUB_TOKEN: ${{ secrets.SHOPIFY_GH_ACCESS_TOKEN }}
4747

48+
# Known to fail in OIDC (https://github.com/npm/cli/issues/8547).
49+
# Workaround is to manually ask #help-eng-infrastructure to update `latest` tag.
4850
- name: Set 'latest' NPM dist tag
4951
if: steps.changesets.outputs.published == 'true' && github.ref_name == vars.LATEST_STABLE_VERSION
5052
env:

0 commit comments

Comments
 (0)