Skip to content

Commit

Permalink
fix(release): set env var in github env instead of using export
Browse files Browse the repository at this point in the history
  • Loading branch information
kramen22 committed Jun 20, 2024
1 parent 6554db5 commit 179a5d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
# NOTE(Kramer): whatever build is happening does not like
# the new ssl library.
- name: setup env
run: export NODE_OPTIONS=--openssl-legacy-provider
run: echo "NODE_OPTIONS=--openssl-legacy-provider" >> $GITHUB_ENV
- name: build
run: npm run build
- name: commit
Expand Down

0 comments on commit 179a5d4

Please sign in to comment.