Skip to content

Commit

Permalink
ci: Refactor GitHub workflows for efficiency.
Browse files Browse the repository at this point in the history
- Optimize GitHub workflow file by removing unnecessary `env` section
  • Loading branch information
johnnyhuy committed Apr 21, 2024
1 parent 5bc90f2 commit ac133b3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/fix-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ jobs:
matrix:
arch: [linux/amd64, linux/arm64]

env:

steps:
- uses: actions/checkout@v4
- uses: docker/setup-qemu-action@v3
Expand Down

0 comments on commit ac133b3

Please sign in to comment.