Skip to content

Commit

Permalink
change file for #1011
Browse files Browse the repository at this point in the history
  • Loading branch information
amrbashir committed Nov 11, 2024
1 parent a96a9f2 commit c043a8f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changes/android-compile-rwh.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"tao": "patch"
---

Fix compiling on android when using `rwh_05` and `rwh_04` feature flags.
7 changes: 3 additions & 4 deletions .github/workflows/covector-version-or-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ name: version or publish
on:
push:
branches:
- dev
- v0.16
- v0.30

jobs:
version-or-publish:
Expand Down Expand Up @@ -43,8 +42,8 @@ jobs:
if: steps.covector.outputs.commandRan == 'version'
with:
token: ${{ secrets.GITHUB_TOKEN }}
title: "Publish New Versions"
title: "Publish New Versions (0.30)"
commit-message: "publish new versions"
labels: "version updates"
branch: "release"
branch: "release-v0.30"
body: ${{ steps.covector.outputs.change }}

0 comments on commit c043a8f

Please sign in to comment.