Skip to content

Commit

Permalink
👷try different order?
Browse files Browse the repository at this point in the history
  • Loading branch information
oddvernes committed Sep 26, 2023
1 parent ca67ac8 commit 60a78d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_lab.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
secrets: inherit
with:
cacheKey: ${{ github.sha }}
checkout_paths: packages/eds-core-react packages/eds-tokens packages/eds-icons packages/eds-lab-react packages/eds-utils
checkout_paths: packages/eds-lab-react packages/eds-utils packages/eds-core-react packages/eds-tokens packages/eds-icons
tag: ${{ github.event.inputs.npm-tag }}
packages:
name: Process packages
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
id: publish-to-npm
run: |
node_modules/.bin/pnpm config set '//registry.npmjs.org/:_authToken' ${{ secrets.NPM_TOKEN }}
node_modules/.bin/pnpm --filter ./packages/eds-lab-react publish --access public --tag ${{ needs.setup.outputs.tag }} --no-git-checks
node_modules/.bin/pnpm --filter @equinor/eds-lab-react publish --access public --tag ${{ needs.setup.outputs.tag }} --no-git-checks
- name: log-errors-to-slack
uses: act10ns/slack@v2
with:
Expand Down

0 comments on commit 60a78d9

Please sign in to comment.