Skip to content

Commit

Permalink
fix(typo)
Browse files Browse the repository at this point in the history
  • Loading branch information
hutchic committed Dec 8, 2022
1 parent a3875dd commit ed0521b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- uses: docker/setup-buildx-action@v2
- name: Set environment variables
run: |
grep -v '^#' .requirements >> $GITHUB_ENV
grep -v '^#' .env >> $GITHUB_ENV
echo "ARCHITECTURE=${{ matrix.architecture }}" >> $GITHUB_ENV
echo "OSTYPE=${{ matrix.ostype }}" >> $GITHUB_ENV
echo "REGISTRY=ghcr.io"
Expand Down

0 comments on commit ed0521b

Please sign in to comment.