diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5167e5b..c02f128 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,14 +21,13 @@ jobs: echo Commit MSG = $commitmsg - name: Create Release id: create_release - uses: actions/create-release@v1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + uses: softprops/action-gh-release@v1 with: + token: ${{ secrets.GITHUB_TOKEN }} tag_name: ${{ github.ref }} - release_name: Release ${{ github.ref }} + name: Release ${{ github.ref_name }} body: | Changes in this Release ${{ env.commitmsg }} draft: false - prerelease: false \ No newline at end of file + prerelease: false \ No newline at end of file diff --git a/LICENSE b/LICENSE index 9a9c62d..c21e79e 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2020 Davide Perini +Copyright (c) 2023 Davide Perini Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal