Skip to content

Commit

Permalink
test action
Browse files Browse the repository at this point in the history
  • Loading branch information
academo committed Jul 14, 2021
1 parent 207cbac commit 0c900ed
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Build and release
on: [push]
on:
push:
tags:
- '*'
jobs:
build:
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -42,5 +45,3 @@ jobs:
with:
artifacts: "./release-files/kibbe-linux-64/kibbe-linux-64,./release-files/kibbe-macos-64/kibbe-macos-64"
token: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ github.run_number }}

0 comments on commit 0c900ed

Please sign in to comment.