There was an error while loading. Please reload this page.
1 parent c1f2111 commit 7d45b06Copy full SHA for 7d45b06
1 file changed
.github/workflows/build.yml
@@ -24,7 +24,6 @@ jobs:
24
run: echo "$DOCKER_PASS" | docker login --username "traggoci" --password-stdin
25
env:
26
DOCKER_PASS: ${{ secrets.DOCKER_PASS }}
27
- - if: startsWith(github.ref, 'refs/tags/v')
28
- run: make release
+ - run: make release-snapshot
29
30
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments