Skip to content

Commit 23702bf

Browse files
fix: remove set up environment step
1 parent 79eae55 commit 23702bf

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/publish.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,6 @@ jobs:
3737
- name: Check out
3838
uses: actions/checkout@v4
3939

40-
- name: Set up environment
41-
shell: bash
42-
run: |
43-
echo "YARN_ENABLE_HARDENED_MODE=0" >> $GITHUB_ENV
44-
4540
- name: Setup Node
4641
uses: actions/setup-node@v6
4742
with:

0 commit comments

Comments
 (0)