Skip to content

Commit

Permalink
ci: rename job
Browse files Browse the repository at this point in the history
  • Loading branch information
ookkoouu committed Mar 19, 2024
1 parent 78ed077 commit 4dde338
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- main

jobs:
release-please:
release:
runs-on: ubuntu-latest
permissions:
contents: write
Expand Down
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ builds:
ldflags:
- -s -w
- -X github.com/ookkoouu/packwiz-install/cmd.version={{ .Version }}
- -X github.com/ookkoouu/packwiz-install/cmd.cfApiKey={{ .CF_API_KEY }}
- -X github.com/ookkoouu/packwiz-install/cmd.cfApiKey={{ .Env.CF_API_KEY }}

archives:
- format: binary
Expand Down

0 comments on commit 4dde338

Please sign in to comment.