File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,15 +12,15 @@ jobs:
1212 steps :
1313 - name : Checkout
1414 uses : actions/checkout@v5
15- - name : Generate release info
16- run : ./scripts/release-gh.sh
15+ # - name: Generate release info
16+ # run: ./scripts/release-gh.sh
1717 - name : Release
1818 uses : softprops/action-gh-release@v2
1919 env :
2020 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
2121 with :
2222 # Note: body is pre-pended to generated release notes
23- body_path : release.txt
23+ # body_path: release.txt
2424 # github generated notes based on changelog-* tags
2525 # the format of this is configured in the github native: .github/release.yml
2626 generate_release_notes : true
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
2- set -euo pipefail
2+ set -exuo pipefail
33
44main () {
55 cd " $( dirname " ${BASH_SOURCE[0]} " ) " && cd .. # aka $WORKSPACE_ROOT
You can’t perform that action at this time.
0 commit comments