Skip to content

Commit

Permalink
use covector@release not @Version (#789)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbolda authored May 31, 2024
1 parent 379e263 commit ce3eb86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/covector-version-or-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@version
uses: jbolda/covector/packages/action@release
id: covector-version
if: ${{ steps.covector-status.outputs.status != 'No changes.' }}
with:
Expand Down

0 comments on commit ce3eb86

Please sign in to comment.