Skip to content

Commit

Permalink
realese
Browse files Browse the repository at this point in the history
  • Loading branch information
hathbanger committed Nov 15, 2024
1 parent 8faff37 commit 3af72b2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,12 @@ jobs:
if: steps.install_dependencies.outcome == 'failure' || steps.build_packages.outcome == 'failure'
run: echo "critical_failure=true" >> $GITHUB_ENV

- name: Create .npmrc file
run: |
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

# Skip the remaining steps if critical steps failed
- name: Promote lasereyes-core version
if: env.critical_failure != 'true' && needs.check-package-changes.outputs.lasereyes_core_changed == 'true'
Expand Down

0 comments on commit 3af72b2

Please sign in to comment.