Skip to content

Commit 5ec57bd

Browse files
committed
Fix permission
1 parent ad0e5c6 commit 5ec57bd

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,8 @@ jobs:
6363
# - test
6464
steps:
6565
- uses: actions/checkout@v5
66-
- name: Create a Release
67-
uses: elgohr/Github-Release-Action@v5
68-
env:
69-
GH_TOKEN: ${{ github.token }}
70-
with:
71-
title: MyReleaseMessage
72-
66+
- name: Release
67+
uses: softprops/action-gh-release@v2
7368

7469
- uses: changepacks/action@main
7570
with:

0 commit comments

Comments
 (0)