diff --git a/.github/workflows/release-on-tag-push.yml b/.github/workflows/release-on-tag-push.yml index 3fe8786..d6c6f9a 100644 --- a/.github/workflows/release-on-tag-push.yml +++ b/.github/workflows/release-on-tag-push.yml @@ -36,11 +36,7 @@ jobs: tar -czvf today.tar.gz today - name: Create Release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: - tag_name: ${{ github.ref }} - release_name: Release ${{ github.ref }} files: ${{github.workspace}}/release/today.tar.gz - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file