Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
6missedcalls committed Sep 27, 2022
1 parent 4d73849 commit fdbcc5e
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,15 @@ jobs:
distribution: goreleaser
version: latest
args: build --rm-dist --id darwin-build
- name: Upload Release Artifacts
uses: actions/upload-artifact@v2
with:
name: goreleaser
path: dist/
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# GITHUB_TOKEN: ${{ secrets.ACTIONS_GH_TOKEN }}
# GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}
- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand All @@ -60,13 +69,4 @@ jobs:
- First Change
- Second Change
draft: false
prerelease: false
- name: Upload Release Artifacts
uses: actions/upload-artifact@v2
with:
name: goreleaser
path: dist/
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# GITHUB_TOKEN: ${{ secrets.ACTIONS_GH_TOKEN }}
# GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}
prerelease: false

0 comments on commit fdbcc5e

Please sign in to comment.