Skip to content

Commit

Permalink
okay dokie
Browse files Browse the repository at this point in the history
  • Loading branch information
tspotts committed Aug 16, 2023
1 parent d9e5808 commit fe69c44
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Release

on: push
on:
push:
tags:
- "*.*.*"

jobs:
build:
Expand All @@ -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:
Expand Down Expand Up @@ -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"

0 comments on commit fe69c44

Please sign in to comment.