Skip to content

Commit

Permalink
covector release branch for versioning (#788)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbolda authored May 31, 2024
1 parent 89bf68a commit 379e263
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/covector-version-or-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fetch-depth: 0
- uses: volta-cli/action@v4
- name: covector status
uses: jbolda/covector/packages/action@covector-v0
uses: jbolda/covector/packages/action@release
id: covector-status
with:
command: 'status'
Expand All @@ -26,7 +26,7 @@ jobs:
git config --global user.name "${{ github.event.pusher.name }}"
git config --global user.email "${{ github.event.pusher.email }}"
- name: covector version
uses: jbolda/covector/packages/action@covector-v0
uses: jbolda/covector/packages/action@version
id: covector-version
if: ${{ steps.covector-status.outputs.status != 'No changes.' }}
with:
Expand Down

0 comments on commit 379e263

Please sign in to comment.