Skip to content

Commit

Permalink
fix: ensure scaffolding files are built before go-releaser runs
Browse files Browse the repository at this point in the history
  • Loading branch information
alecthomas committed Oct 18, 2023
1 parent ce38ad7 commit 4d38c61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ jobs:
- name: Publish Go Binaries
run: |
bit go-runtime/scaffolding.zip
bit kotlin-runtime/scaffolding.zip
goreleaser release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 4d38c61

Please sign in to comment.