Skip to content

Commit

Permalink
move release into the main area
Browse files Browse the repository at this point in the history
  • Loading branch information
waisbrot committed Dec 27, 2023
1 parent f24a834 commit 1dea510
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,10 @@ jobs:
run: go build -v ./...
- name: Test
run: go test -v ./...
release:
name: Release
runs-on: ubuntu-latest
steps:
- name: Release
uses: fnkr/github-action-ghr@v1
if: startsWith(github.ref, 'refs/tags/')
env:
GHR_COMPRESS: gz
GHR_PATH: birdweather_daily_email
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Release
uses: fnkr/github-action-ghr@v1
if: startsWith(github.ref, 'refs/tags/')
env:
GHR_COMPRESS: gz
GHR_PATH: birdweather_daily_email
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 1dea510

Please sign in to comment.