Skip to content

Commit

Permalink
fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
carloscastrojumo committed Mar 30, 2024
1 parent 8084582 commit 3886424
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Upload package to GitHub Releases

on:
release:
types: [published]
push:
tags:
- 'v*'

jobs:
publish:
Expand All @@ -16,7 +17,7 @@ jobs:
go-version: 1.19

- name: Build
run: go build -o rmm -v ./...
run: go build -o rmm main.go

- name: Release
uses: softprops/action-gh-release@v2
Expand Down

0 comments on commit 3886424

Please sign in to comment.