Skip to content

Commit 8ca1a4e

Browse files
committed
remove tests section, fixed release body
Signed-off-by: illyrius666 <28700752+illyrius666@users.noreply.github.com>
1 parent dcad7cd commit 8ca1a4e

1 file changed

Lines changed: 4 additions & 31 deletions

File tree

.github/workflows/plugin.yml

Lines changed: 4 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -95,32 +95,9 @@ jobs:
9595
path: target/wasm32-wasip2/release/${{ steps.get_name.outputs.NAME }}.wasm
9696
retention-days: 7
9797

98-
test:
99-
name: Test
100-
needs: [ build ]
101-
runs-on: ubuntu-latest
102-
environment:
103-
name: "${{ github.ref_name }}"
104-
steps:
105-
- id: checkout
106-
name: Checkout
107-
uses: actions/checkout@v6.0.2
108-
109-
- id: setup_rust
110-
name: Setup Rust
111-
uses: actions-rust-lang/setup-rust-toolchain@d197c158264056996cfba74a9c2d93886346edc3
112-
with:
113-
toolchain: stable
114-
target: wasm32-wasip2
115-
116-
- id: run_tests
117-
name: Run Tests
118-
run: cargo test --all --no-fail-fast --no-run
119-
shell: bash
120-
12198
nightly_release:
12299
name: Nightly Release
123-
needs: [ test ]
100+
needs: [ build ]
124101
runs-on: ubuntu-latest
125102
environment:
126103
name: "${{ github.ref_name }}"
@@ -139,12 +116,6 @@ jobs:
139116
path: dist/
140117
merge-multiple: true
141118

142-
- id: generate_release_notes
143-
name: Generate Release Notes
144-
run: |
145-
echo "From commit: $(git rev-parse --short HEAD)" > dist/RELEASE.md
146-
echo "Generated on: $(date -u +"%Y-%m-%d %H:%M") UTC" >> dist/RELEASE.md
147-
148119
- id: update_nightly_tag
149120
name: Update Nightly Tag
150121
run: |
@@ -162,4 +133,6 @@ jobs:
162133
files: dist/${{ needs.build.outputs.NAME }}*
163134
tag_name: nightly
164135
name: Nightly Build
165-
body_path: dist/RELEASE.md
136+
body: |
137+
From commit: ${{ github.sha }}
138+
Generated on: ${{ github.event.head_commit.timestamp }}

0 commit comments

Comments
 (0)