Skip to content

Commit 301ec7a

Browse files
committed
container path env fix on release workflow
1 parent a5e0c7f commit 301ec7a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ jobs:
2222
username: ${{ github.actor }}
2323
password: ${{ secrets.GITHUB_TOKEN }}
2424
env:
25-
PATH: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:${{ env.PATH }}
2625
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2726
GITHUB_REPOSITORY: ${{ github.repository }}
2827
GITHUB_REF: ${{ github.ref }}

0 commit comments

Comments
 (0)