Skip to content

Commit

Permalink
patch: run build before release
Browse files Browse the repository at this point in the history
  • Loading branch information
jorge07 committed Jul 21, 2023
1 parent c8c6842 commit 48e0cb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
env:
VERSION: ${{ matrix.version }}
ARCHS: linux/${{ matrix.arch }}
name: release-${{ matrix.version }}
name: release-${{ matrix.version }}-${{ matrix.arch }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
Expand Down
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ test-dev:
$(DOCKER_RUN_DEV) sh -c "php test/test.php | grep Iyo"
$(DOCKER_RUN_DEV) sh -c "echo \"<?php echo ini_get('memory_limit');\" | php | grep 1G"

release:
release: build
echo "Releasing: ${REPO}:${SEMVER}"
echo "Releasing: ${REPO}:${SEMVER}-dev"
echo "Releasing: ${REPO}:${VERSION}"
Expand Down

0 comments on commit 48e0cb6

Please sign in to comment.