Skip to content

Commit a29e8b3

Browse files
committed
git action
1 parent 06fbedf commit a29e8b3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ jobs:
6262
f.write(new_content)
6363
print(f'Bumped version from {current_version} to {new_version}')
6464
print(f'new_version={new_version}')
65-
" >> $GITHUB_OUTPUT
65+
" | tee /tmp/version_output.txt
66+
grep 'new_version=' /tmp/version_output.txt >> $GITHUB_OUTPUT
6667
6768
- name: Commit and push version bump
6869
if: github.ref == 'refs/heads/main' && github.event_name == 'push'

0 commit comments

Comments
 (0)