From fe69c4419f3b788e342892c42f9332d78d6c4eb7 Mon Sep 17 00:00:00 2001 From: Terry Spotts Date: Wed, 16 Aug 2023 07:16:11 -0400 Subject: [PATCH] okay dokie --- .github/workflows/build.yaml | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) 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"