Skip to content
This repository has been archived by the owner on Nov 13, 2023. It is now read-only.

Commit

Permalink
build(goreleaser): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtechmares committed Nov 18, 2021
1 parent 4400094 commit b65be20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ dockers:
- "--label=org.label-schema.schema-version=1.0"
- "--label=org.label-schema.version={{ .Version }}"
- "--label=org.label-schema.name={{ .ProjectName }}"
- "--label=com.github.actions.name={{ .ProjectName} }"
- "--label=com.github.actions.name={{ .ProjectName }}"
- "--label=com.github.actions.description=Simple CLI tool to deploy static websites to AWS S3 with Cloudflare DNS"
- "--label=com.github.actions.icon=terminal"
- "--label=com.github.actions.color=blue"
Expand Down

0 comments on commit b65be20

Please sign in to comment.