Skip to content

Commit

Permalink
fixed action file (knative-extensions#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmetcihank committed Mar 14, 2024
1 parent 2aabe9f commit fe57699
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/backstage-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ jobs:
working-directory: ./backstage
run: yarn --prefer-offline --frozen-lockfile

- name: lint all code
run: yarn backstage-cli repo lint

- name: Install tooling
shell: bash
working-directory: ./backstage
Expand Down Expand Up @@ -98,9 +101,3 @@ jobs:
run: |
export PATH="./node_modules/.bin/:$PATH"
yarn postpack
- name: lint all code
run: yarn backstage-cli repo lint
with:
token: ${{ secrets.NPM_TOKEN }}
access: public
package: backstage/plugins/knative-event-mesh-backend

0 comments on commit fe57699

Please sign in to comment.