Skip to content

Commit

Permalink
test running releases
Browse files Browse the repository at this point in the history
  • Loading branch information
npazosmendez committed Sep 30, 2024
1 parent 9a0e346 commit 86713b6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ jobs:
deploy:
needs: package
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/master'
# TODO: testing in PR
# if: github.ref == 'refs/heads/master'
steps:
- uses: actions/checkout@v3
- name: Download package artifacts
Expand Down Expand Up @@ -126,4 +127,5 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3
- name: Run goreleaser
run: curl -sfL https://goreleaser.com/static/run | bash
# TODO: currently dry running
run: curl -sfL https://goreleaser.com/static/run | bash -s -- --clean --skip-publish --snapshot

0 comments on commit 86713b6

Please sign in to comment.