diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index beeb5ba..54fb62b 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -24,11 +24,11 @@ jobs: - name: Create release id: create_release - uses: softprops/action-gh-release@v2 + uses: marvinpinto/action-automatic-releases@latest with: - token: ${{ secrets.GITHUB_TOKEN }} - tag_name: v${{ steps.vars.outputs.tag }} - name: Release v${{ steps.vars.outputs.tag }} + repo_token: ${{ secrets.GITHUB_TOKEN }} + automatic_release_tag: v${{ steps.vars.outputs.tag }} + title: Release v${{ steps.vars.outputs.tag }} draft: false prerelease: false diff --git a/Cargo.toml b/Cargo.toml index 871325e..22baa62 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "totebag" -version = "0.1.3" +version = "0.1.4" description = "A tool for archiving files and directories and extracting several archive formats." repository = "https://github.com/tamada/totebag" readme = "README.md"