Skip to content

Commit 7d45b06

Browse files
committed
test: build
1 parent c1f2111 commit 7d45b06

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ jobs:
2424
run: echo "$DOCKER_PASS" | docker login --username "traggoci" --password-stdin
2525
env:
2626
DOCKER_PASS: ${{ secrets.DOCKER_PASS }}
27-
- if: startsWith(github.ref, 'refs/tags/v')
28-
run: make release
27+
- run: make release-snapshot
2928
env:
3029
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)