Skip to content

Commit

Permalink
workflow: change main.go dir
Browse files Browse the repository at this point in the history
  • Loading branch information
keyuchang committed Sep 10, 2022
1 parent 95af927 commit 3d0d9e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:

permissions:
contents: write

jobs:
goreleaser:
runs-on: ubuntu-latest
Expand All @@ -26,6 +25,7 @@ jobs:
distribution: goreleaser
version: v1.8.3
args: release --rm-dist
workdir: Decartes/
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# HOMEBREW_TAP_GITHUB_TOKEN: ${{ secrets.HOMEBREW_TAP_GITHUB_TOKEN }}

0 comments on commit 3d0d9e3

Please sign in to comment.