Skip to content

Commit

Permalink
Run always snapshot CI task
Browse files Browse the repository at this point in the history
Signed-off-by: Mateusz Dymiński <[email protected]>
  • Loading branch information
mateuszdyminski committed Sep 18, 2023
1 parent c6fbd46 commit b3e7236
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ jobs:
install-only: true

- name: Snapshot
if: startsWith(github.ref , 'refs/tags/v') == false
run: make snapshot
env:
GORELEASER_CURRENT_TAG: ${{ needs.version.outputs.docker-version }}
Expand Down
8 changes: 0 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,3 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
HOMEBREW_TAP_GITHUB_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}

- name: Snapshot
if: startsWith(github.ref , 'refs/tags/v') == false
run: make snapshot
env:
GITHUB_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
GORELEASER_CURRENT_TAG: ${{ needs.version.outputs.docker-version }}
HOMEBREW_TAP_GITHUB_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}

0 comments on commit b3e7236

Please sign in to comment.