Skip to content

Commit

Permalink
chore: prepare ci
Browse files Browse the repository at this point in the history
  • Loading branch information
amrbashir committed Oct 16, 2023
1 parent 1f53cbe commit a2454fb
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 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.22.x

jobs:
version-or-publish:
Expand Down Expand Up @@ -33,16 +32,16 @@ jobs:
CARGO_AUDIT_OPTIONS: ${{ secrets.CARGO_AUDIT_OPTIONS }}
with:
token: ${{ secrets.GITHUB_TOKEN }}
command: 'version-or-publish'
command: "version-or-publish"
createRelease: true
- name: Create Pull Request With Versions Bumped
id: cpr
uses: tauri-apps/create-pull-request@v3
if: steps.covector.outputs.commandRan == 'version'
with:
token: ${{ secrets.GITHUB_TOKEN }}
title: "Publish New Versions"
title: "Publish New Versions (0.22.x)"
commit-message: "publish new versions"
labels: "version updates"
branch: "release"
branch: "release-v-0-22"
body: ${{ steps.covector.outputs.change }}

0 comments on commit a2454fb

Please sign in to comment.