Skip to content

Commit

Permalink
Merge pull request #5 from jveillet/bugfix/fix-release-add-assets
Browse files Browse the repository at this point in the history
Fix adding assets to releases automatically
  • Loading branch information
jveillet authored Apr 24, 2023
2 parents 3db33b4 + 0b77c2a commit ad8c0a1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ on:
- created

env:
CMD_PATH: ./dist
BINARY_NAME: opengraph

# jobs
Expand Down Expand Up @@ -37,7 +36,6 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
project_path: "${{ env.CMD_PATH }}"
binary_name: "${{ env.BINARY_NAME }}"
overwrite: true
ldflags: -X "main.appVersion=${{ env.APP_VERSION }}" -X "main.buildTime=${{ env.BUILD_TIME }}" -X main.gitCommit=${{ github.sha }} -X main.gitRef=${{ github.ref }}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ USAGE:
Opengraph [global options] command [command options] [arguments...]
VERSION:
1.0.0
1.0.1
COMMANDS:
generate, g Generate an OpenGraph image
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func main() {
app := &cli.App{
Name: "Opengraph",
Usage: "demainilpleut's OpenGraph images generation",
Version: "1.0.0",
Version: "1.0.1",
Commands: []*cli.Command{
{
Name: "generate",
Expand Down

0 comments on commit ad8c0a1

Please sign in to comment.