Skip to content

Commit

Permalink
support proto v0.28 (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
konomae committed Jan 13, 2024
1 parent 687e7d7 commit f8d9ced
Show file tree
Hide file tree
Showing 5 changed files with 590 additions and 818 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,13 @@ jobs:
- uses: moonrepo/setup-rust@v1
with:
cache: false
- uses: moonrepo/build-proto-plugin@v0
- id: build
uses: moonrepo/build-wasm-plugin@v0
- if: ${{ github.event_name == 'push' && github.ref_type == 'tag' }}
uses: ncipollo/release-action@v1
with:
artifacts: builds/*
artifactErrorsFailBuild: true
body: ${{ steps.build.outputs.changelog-entry }}
prerelease: ${{ contains(github.ref_name, '-alpha') || contains(github.ref_name, '-beta') || contains(github.ref_name, '-rc') }}
skipIfReleaseExists: true
Loading

0 comments on commit f8d9ced

Please sign in to comment.