diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index b8c42cc..493143b 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -64,3 +64,12 @@ jobs: tag: ${{ env.VERSION }} artifacts: "VERSION.txt,google-app-version.deb" makeLatest: true + + - name: create GitHub Actions release + uses: "marvinpinto/action-automatic-releases@latest" + with: + repo_token: "${{ secrets.GITHUB_TOKEN }}" + prerelease: false + automatic_release_tag: ${{ env.VERSION }} + files: | + *