Skip to content

Commit 781207e

Browse files
committed
GitHub Action update
1 parent 1b63004 commit 781207e

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,13 @@ jobs:
2121
echo Commit MSG = $commitmsg
2222
- name: Create Release
2323
id: create_release
24-
uses: actions/create-release@v1
25-
env:
26-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
24+
uses: softprops/action-gh-release@v1
2725
with:
26+
token: ${{ secrets.GITHUB_TOKEN }}
2827
tag_name: ${{ github.ref }}
29-
release_name: Release ${{ github.ref }}
28+
name: Release ${{ github.ref_name }}
3029
body: |
3130
Changes in this Release
3231
${{ env.commitmsg }}
3332
draft: false
34-
prerelease: false
33+
prerelease: false

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020 Davide Perini
3+
Copyright (c) 2023 Davide Perini
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)