Skip to content

Commit

Permalink
ci: continue-on-error added to publish code connect (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
benken authored Feb 3, 2025
1 parent 7ae9884 commit edc9453
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
run: npm ci
- name: Compile Typescript files
run: tsc
- name: Dry run
run: npx figma connect publish --dry-run --token ${{ secrets.FIGMA_PERSONAL_ACCESS_TOKEN}}
- name: Publish
run: npm publish
env:
Expand All @@ -30,6 +32,7 @@ jobs:
publish_code_connect:
needs: publish
uses: ./.github/workflows/publish_code_connect.yml
continue-on-error: true
secrets: inherit

update_npm_dependencies:
Expand Down

0 comments on commit edc9453

Please sign in to comment.