Skip to content

Commit

Permalink
[release-binaries.yml] update
Browse files Browse the repository at this point in the history
  • Loading branch information
Ionizing committed Jul 8, 2024
1 parent fbcc6b7 commit 956c36d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ on:
release:
types: [published]

env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true

jobs:
linux-x86_64-musl:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -40,8 +43,6 @@ jobs:
linux-x86_64:
runs-on: ubuntu-latest
container: centos:7
env:
ACTIONS_RUNNER_FORCE_ACTIONS_NODE_VERSION: true
steps:
- uses: actions/checkout@v1

Expand Down

0 comments on commit 956c36d

Please sign in to comment.