Skip to content

Commit 10a202f

Browse files
First Release? v14
1 parent 6e8aca0 commit 10a202f

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.github/workflows/push.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
needs: check
7272
if: github.event_name == 'push'
7373
permissions:
74-
contents: read
74+
contents: write
7575
steps:
7676
- name: Download tarball
7777
uses: actions/download-artifact@v3
@@ -94,10 +94,8 @@ jobs:
9494

9595
- name: Push release
9696
if: steps.get_version_fastfetch.outputs.release != steps.get_version_release.outputs.release
97-
uses: softprops/action-gh-release@v1
97+
uses: ncipollo/release-action@v1
9898
with:
99-
name: ${{ steps.get_version_fastfetch.outputs.release }}
100-
generate_release_notes: true
101-
files: |
102-
./fastfetch
103-
./fastfetch.deb
99+
tag: ${{ steps.get_version_fastfetch.outputs.release }}
100+
commit: ${{ github.sha }}
101+
artifacts: ./fastfetch,./fastfetch.deb

0 commit comments

Comments
 (0)