Skip to content

Commit f855842

Browse files
committed
Replace deprecated actions/create-release with softprops/action-gh-release@v2
1 parent ff8615a commit f855842

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,12 +93,10 @@ jobs:
9393
echo "EOF" >> $GITHUB_OUTPUT
9494
9595
- name: Create GitHub Release
96-
uses: actions/create-release@v1
97-
env:
98-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
96+
uses: softprops/action-gh-release@v2
9997
with:
10098
tag_name: ${{ env.TAG }}
101-
release_name: Release ${{ env.VERSION }}
99+
name: Release ${{ env.VERSION }}
102100
body: |
103101
# OpenMapView ${{ env.VERSION }}
104102

0 commit comments

Comments
 (0)