We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc36fd3 commit 49f99e5Copy full SHA for 49f99e5
.github/workflows/deploy.yml
@@ -45,6 +45,8 @@ jobs:
45
NPM_TOKEN: '' # Forces OIDC authentication
46
GITHUB_TOKEN: ${{ secrets.SHOPIFY_GH_ACCESS_TOKEN }}
47
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.
50
- name: Set 'latest' NPM dist tag
51
if: steps.changesets.outputs.published == 'true' && github.ref_name == vars.LATEST_STABLE_VERSION
52
env:
0 commit comments