Skip to content

Commit

Permalink
chore: minor improvements to publish (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrzn authored Aug 31, 2023
1 parent 96dca15 commit 8200ca1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ jobs:
run: cargo run --package polywrap_tests_utils --bin generate

- name: Install cargo-llvm-cov
uses: taiki-e/install-action@v2
with:
tool: cargo-llvm-cov@0.5.19
uses: taiki-e/install-action@cargo-llvm-cov

- name: Test & Generate code coverage
run: cargo llvm-cov --all-features --workspace --lcov --output-path cov.info --ignore-filename-regex tests-utils --release
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ jobs:
env:
CRATES_IO_TOKEN: ${{secrets.POLYWRAP_BUILD_BOT_CRATES_PAT}}

- name: Read VERSION into env.RELEASE_VERSION
run: echo RELEASE_VERSION=$(cat VERSION) >> $GITHUB_ENV

- uses: actions/github-script@0.8.0
with:
github-token: ${{secrets.GITHUB_TOKEN}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:
committer: GitHub <noreply@github.com>
author: ${{env.BUILD_BOT}} <${{env.BUILD_BOT}}@users.noreply.github.com>
commit-message: "${{env.RELEASE_VERSION}}"
title: '(prep/release): rust client (${{env.RELEASE_VERSION}})'
title: 'Release: v${{env.RELEASE_VERSION}}'
body: |
## Rust client (${{env.RELEASE_VERSION}})
Expand Down

0 comments on commit 8200ca1

Please sign in to comment.