From ee8d4021afc7c0a97d334038768d1671c1196212 Mon Sep 17 00:00:00 2001 From: David Christensen Date: Mon, 5 Feb 2024 16:41:24 -0600 Subject: [PATCH] fix: remove unneeded options from release workflow --- .github/workflows/release.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3b30e2c..7647f9c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,9 +7,7 @@ jobs: release: name: Release on PGXN runs-on: ubuntu-latest - container: - image: pgxn/pgxn-tools - options: "-e AS_USER=pgtest" + container: pgxn/pgxn-tools steps: - name: Check out the repo uses: actions/checkout@v4