Skip to content

Commit

Permalink
ci: Update release workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
varungandhi-src committed Sep 27, 2022
1 parent ae09e3b commit ccf05f7
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: release

on:
push:
tags:
- v*
release:
types: [created]

jobs:
release-image:
Expand All @@ -16,7 +15,7 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: wangyoucao577/go-release-action@v1.30
- uses: wangyoucao577/go-release-action@v1.32
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
Expand Down

0 comments on commit ccf05f7

Please sign in to comment.