Skip to content

Commit d4ed24e

Browse files
committed
Remove safe.directory workaround
Was fixed in pgxn/docker-pgxn-tools#9 and released in pgxn/pgxn-tools:1.4.1.
1 parent 91e9985 commit d4ed24e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/pgxn-release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,10 @@ jobs:
77
release:
88
name: Release on PGXN
99
runs-on: ubuntu-latest
10-
container: pgxn/pgxn-tools:1.4
10+
container: pgxn/pgxn-tools
1111
steps:
1212
- name: Check out the repo
1313
uses: actions/checkout@v4
14-
- run: git config --global --add safe.directory "$PWD"
1514
- name: Bundle the Release
1615
env: { GIT_BUNDLE_OPTS: --add-file META.json }
1716
run: make META.json && pgxn-bundle

0 commit comments

Comments
 (0)