Skip to content

Commit

Permalink
v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ehearneRedHat committed May 21, 2024
1 parent 9e23ead commit 80410a6
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 @@ -3,8 +3,9 @@
name: Release

on:
release:
types: [created]
push:
branches:
- temp-branch-release-fix

permissions:
contents: write
Expand All @@ -27,3 +28,5 @@ jobs:
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
goversion: 1.21.4
release_tag: v0.2.2

0 comments on commit 80410a6

Please sign in to comment.