File tree Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Original file line number Diff line number Diff line change 1111 description : ' Prerelease tag name. Leave empty for regular release.'
1212
1313jobs :
14- integration-tests :
15- uses : ./.github/workflows/integration-tests.yaml
16- secrets : inherit
17-
1814 publish :
1915 runs-on : ubuntu-latest
20- needs : integration-tests
2116 steps :
2217 - name : Check out code
2318 uses : actions/checkout@v4
6560 echo "new_tag=$NEW_TAG" >> $GITHUB_OUTPUT
6661 shell : bash
6762
68- - name : GitHub release
69- uses : softprops/action-gh-release@v1
70- with :
71- generate_release_notes : true
72- tag_name : ${{ steps.tag_generation.outputs.new_tag }}
63+ # - name: GitHub release
64+ # uses: softprops/action-gh-release@v1
65+ # with:
66+ # generate_release_notes: true
67+ # tag_name: ${{ steps.tag_generation.outputs.new_tag }}
You can’t perform that action at this time.
0 commit comments