Skip to content

Commit fa21055

Browse files
committed
Revert "remove redundant tag from GHP publish job"
This reverts commit d9916ce.
1 parent d9916ce commit fa21055

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/publish_design_tokens.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,8 +228,8 @@ jobs:
228228
registry-url: "https://npm.pkg.github.com/"
229229
scope: "@bcgov"
230230

231-
- name: Publish to GitHub Packages
232-
run: npm publish --registry=https://npm.pkg.github.com/
231+
- name: Publish to GitHub Packages @latest
232+
run: npm publish --tag latest --registry=https://npm.pkg.github.com/
233233
working-directory: ./packages/design-tokens/dist
234234
env:
235235
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/publish_react_component_library.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,8 @@ jobs:
180180
registry-url: "https://npm.pkg.github.com/"
181181
scope: "@bcgov"
182182

183-
- name: Publish to GitHub Packages
184-
run: npm publish --registry=https://npm.pkg.github.com/
183+
- name: Publish to GitHub Packages @latest
184+
run: npm publish --tag latest --registry=https://npm.pkg.github.com/
185185
working-directory: ./packages/react-components
186186
env:
187187
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)