Skip to content

Commit

Permalink
updating build
Browse files Browse the repository at this point in the history
  • Loading branch information
Avi-Robusta committed Jul 2, 2024
1 parent c34aab1 commit bad83a0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
# It runs tests to validate that the code is working before publishing a new
# version for plugin "lineage" in krew-index.
name: release
on: [push]
on:
push:
tags:
- 'v*.*.*'
env:
GO_VERSION: "1.22.4"
jobs:
Expand All @@ -12,7 +15,7 @@ jobs:
contents: write
strategy:
matrix:
os: [ubuntu-latest]
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Setup Go
Expand Down

0 comments on commit bad83a0

Please sign in to comment.