Skip to content

Commit

Permalink
build: fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jgillich committed Sep 18, 2024
1 parent 826ee54 commit d7a595f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions 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 @@ -234,7 +234,7 @@ jobs:
uses: actions/github-script@v7
with:
script: |
octokit.rest.pulls.merge({
github.rest.pulls.merge({
owner: context.payload.repository.owner.login,
repo: context.payload.repository.name,
pull_number: context.payload.pull_request.number
Expand Down
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ module github.com/getseabird/seabird

go 1.22.0

replace github.com/diamondburned/gotk4/pkg => github.com/jgillich/gotk4/pkg v0.0.0-20240816091658-4c17ab4f892e

require (
github.com/NdoleStudio/lemonsqueezy-go v1.2.3
github.com/adrg/strutil v0.3.1
Expand Down

0 comments on commit d7a595f

Please sign in to comment.