Skip to content

Commit

Permalink
Fix linting.
Browse files Browse the repository at this point in the history
  • Loading branch information
montera82 committed Aug 21, 2023
1 parent 8c314c3 commit d5a5b63
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-package-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: "create-main-branch"
run: "git branch --track main origin/main"
- name: 'create-main-branch'
run: 'git branch --track main origin/main'

- name: Get version from main branch
id: get_version_main
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "NPM Publish"
name: 'NPM Publish'
on:
release:
types: [published]
Expand All @@ -13,7 +13,7 @@ jobs:
uses: celo-org/reusable-workflows/.github/workflows/[email protected]
with:
node-version: 16
package-dir: "packages/snap"
package-dir: 'packages/snap'
akeyless-api-gateway: https://api.gateway.akeyless.celo-networks-dev.org
akeyless-github-access-id: p-kf9vjzruht6l
akeyless-token-path: /static-secrets/apps-tooling-circle/npm-publish-token

0 comments on commit d5a5b63

Please sign in to comment.