We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e849ad1 commit 0829b04Copy full SHA for 0829b04
1 file changed
.github/workflows/release.yml
@@ -34,7 +34,7 @@ jobs:
34
permissions:
35
contents: write
36
outputs:
37
- new_version: ${{ steps.set_output.outputs.new_version }}
+ new_version: ${{ steps.bump_version.outputs.new_version }}
38
steps:
39
- name: Ensure branch is main
40
if: github.ref != 'refs/heads/main'
0 commit comments