Skip to content

Commit

Permalink
Give up trying to auto create release. Binarys should now be build wh…
Browse files Browse the repository at this point in the history
…en creating a new release from tag
  • Loading branch information
oquinena committed Apr 20, 2023
1 parent ff42292 commit 0c77b21
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/build_and_release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: Build and Release
on:
push:
tags:
- 'v*'
release:
types: [created]
jobs:
release:
name: Release cloutility-api-client
Expand All @@ -14,12 +13,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Create Release
uses: elgohr/Github-Release-Action@v4
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
with:
title: ${{ GITHUB.REF_NAME }}
- name: Release binarys
uses: wangyoucao577/go-release-action@v1
with:
Expand Down

0 comments on commit 0c77b21

Please sign in to comment.