Skip to content

Commit 9fadfb7

Browse files
committed
take out broke release pre-script
Signed-off-by: clux <[email protected]>
1 parent 74db329 commit 9fadfb7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

scripts/release-gh.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
2-
set -euo pipefail
2+
set -exuo pipefail
33

44
main() {
55
cd "$(dirname "${BASH_SOURCE[0]}")" && cd .. # aka $WORKSPACE_ROOT

0 commit comments

Comments
 (0)