Skip to content

Commit

Permalink
fix: refactor release workflow for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
kianaza committed Jun 9, 2024
1 parent 0af9fd3 commit a135439
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
---
name: goreleaser
name: release
on:
push:
tags:
- '*'
jobs:
goreleaser:
name: release
runs-on: ubuntu-latest
steps:
-
Expand Down

0 comments on commit a135439

Please sign in to comment.