Skip to content

Commit

Permalink
darwin test
Browse files Browse the repository at this point in the history
  • Loading branch information
6missedcalls committed Sep 27, 2022
1 parent 4dadfa6 commit 4d73849
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,20 @@ jobs:
distribution: goreleaser
version: latest
args: build --rm-dist --id darwin-build
- name: Create Release
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
body: |
Changes in this Release
- First Change
- Second Change
draft: false
prerelease: false
- name: Upload Release Artifacts
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 4d73849

Please sign in to comment.