diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fcd5669..1777b27 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,8 +1,8 @@ name: Kibbe build release on: push: - branches: - - master + tags: + - '*' jobs: build-binary: runs-on: ubuntu-latest @@ -16,6 +16,4 @@ jobs: - uses: ncipollo/release-action@v1 with: artifacts: "./dist/linux/*" - token: ${{ secrets.GITHUB_TOKEN }} - name: ${{ github.sha }} - tag: ${{ github.run_number }} \ No newline at end of file + token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file