diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 92096c9..d5391d5 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -22,3 +22,13 @@ jobs: - uses: actions/checkout@v3 - name: Build release run: cargo build --release --verbose + + - name: Automatic Releases + uses: marvinpinto/action-automatic-releases@v1.2.1 + with: + # GitHub secret token + repo_token: ${{ secrets.GITHUB_TOKEN }} + # Release title (for automatic releases) + title: Automatic release + # Assets to upload to the release + files: target/release/mrfetch