Skip to content

Commit

Permalink
Merge pull request #399 from k1LoW/fix-release-pipeline
Browse files Browse the repository at this point in the history
Fix release pipeline (Linux)
  • Loading branch information
k1LoW committed Dec 11, 2022
2 parents ef67c34 + ceeb7d3 commit 0465c31
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tagpr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,9 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Run integration test
run: env TBLS=dist/tbls-linux_linux_amd64_v1/tbls make depsdev db doc
run: |
env TBLS=dist/tbls-linux_linux_amd64_v1/tbls make depsdev db doc
git restore .
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
Expand Down

0 comments on commit 0465c31

Please sign in to comment.