Skip to content

Commit

Permalink
ci(brick): debug release action commit
Browse files Browse the repository at this point in the history
  • Loading branch information
esteinig committed Feb 10, 2024
1 parent d10365f commit c1ca0ce
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,12 @@ jobs:
check-latest-tag-only: true


- name: Auto bump version
- name: Get release version
run: |
VERSION=$(cog bump --dry-run --auto)
echo "version=$VERSION" >> $GITHUB_OUTPUT
- name: Bump version
run: |
cog bump --auto
Expand Down

0 comments on commit c1ca0ce

Please sign in to comment.