Skip to content

Commit 84cbbae

Browse files
committed
fix: update release workflow and normalize image file extensions
1 parent 5764abb commit 84cbbae

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
tags:
66
- 'v*'
77

8+
permissions:
9+
contents: write
10+
811
jobs:
912
release:
1013
name: Create Release
@@ -29,12 +32,9 @@ jobs:
2932
run: echo "VERSION=${GITHUB_REF#refs/tags/v}" >> $GITHUB_OUTPUT
3033

3134
- name: Create Release
32-
uses: actions/create-release@v1
33-
env:
34-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
35+
uses: softprops/action-gh-release@v1
3536
with:
36-
tag_name: ${{ github.ref }}
37-
release_name: LicensePulse v${{ steps.version.outputs.VERSION }}
37+
name: LicensePulse v${{ steps.version.outputs.VERSION }}
3838
body_path: CHANGELOG.md
3939
draft: false
4040
prerelease: false
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)