Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/owlebot/cli
Browse files Browse the repository at this point in the history
  • Loading branch information
Khaaz committed Sep 1, 2023
2 parents bc7a659 + f1b4957 commit 1dada8f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
node-version: 18
registry-url: https://registry.npmjs.org/
- name: Dep install
- name: Install dependencies
run: yarn install
- name: Publish
run: npm publish --access public
Expand All @@ -43,7 +43,7 @@ jobs:
scope: '@owlebot'
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
- name: Dep install
- name: Install dependencies
run: yarn install
- name: Publish
run: npm publish
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
with:
known_hosts: unnecessary
key: ${{ secrets.SSH_GITHUB_KEY }}
- name: yarn install and lint
run: |
yarn install
yarn test
- name: Install dependencies
run: yarn install
env:
CI: true
- name: Lint
run: yarn test

0 comments on commit 1dada8f

Please sign in to comment.