Skip to content

Commit

Permalink
[#82] Fix syntax to select branches
Browse files Browse the repository at this point in the history
  • Loading branch information
juampynr committed Jul 5, 2022
1 parent be537a9 commit f6a192c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Create release
on:
push:
- master
- 82-interactive-cli
branches:
- master
- 82-interactive-cli
jobs:
create-release:
name: Build and create a release
Expand All @@ -16,7 +17,7 @@ jobs:
export PATH=$PATH:/usr/local/go/bin
go version
go build
- uses: "marvinpinto/action-automatic-releases@latest"
- uses: marvinpinto/action-automatic-releases@latest
with:
automatic_release_tag: "${{ github.ref }}"
repo_token: "${{ secrets.GITHUB_TOKEN }}"
Expand Down

0 comments on commit f6a192c

Please sign in to comment.