Skip to content

Commit fd75be8

Browse files
committed
fix: remove explicit summary generation
1 parent ad8766e commit fd75be8

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,11 @@ on:
88
jobs:
99
Release:
1010
runs-on: ubuntu-latest
11-
permissions:
12-
contents: write
1311
steps:
1412
- name: Checkout
1513
uses: actions/checkout@v4
1614

1715
- name: Release
18-
id: release
1916
uses: agilecustoms/release@main
20-
with:
21-
version-prefix: "v"
22-
23-
- name: Summary
24-
run: echo "### Released ${{ steps.release.outputs.version }} :pushpin:" >> $GITHUB_STEP_SUMMARY
17+
env:
18+
GH_TOKEN: ${{ secrets.GH_PUBLIC_RELEASES_TOKEN }}

0 commit comments

Comments
 (0)