diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 98cf763..a76ef50 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -1,6 +1,9 @@ name: Release -on: push +on: + push: + tags: + - "*.*.*" jobs: build: @@ -10,11 +13,6 @@ jobs: - name: Checkout uses: actions/checkout@v3 - # - name: Setup Python - # uses: actions/setup-python@v4 - # with: - # python-version: "3.10" - - name: Setup Ruby uses: ruby/setup-ruby@v1 with: @@ -51,7 +49,6 @@ jobs: - name: Upload .deb Package uses: softprops/action-gh-release@v1 - # if: startsWith(github.ref, 'refs/tags/') + if: startsWith(github.ref, 'refs/tags/') with: - tag_name: testing files: "*.deb"