We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06fbedf commit a29e8b3Copy full SHA for a29e8b3
.github/workflows/release.yml
@@ -62,7 +62,8 @@ jobs:
62
f.write(new_content)
63
print(f'Bumped version from {current_version} to {new_version}')
64
print(f'new_version={new_version}')
65
- " >> $GITHUB_OUTPUT
+ " | tee /tmp/version_output.txt
66
+ grep 'new_version=' /tmp/version_output.txt >> $GITHUB_OUTPUT
67
68
- name: Commit and push version bump
69
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
0 commit comments