Skip to content

Commit

Permalink
Merge pull request #36 from supabase/or/ci-only-pkg-ext
Browse files Browse the repository at this point in the history
CI only change: package_name -> extension_name
  • Loading branch information
olirice authored Dec 12, 2022
2 parents 74ed0e4 + 178fef0 commit 3181999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
mkdir -p ${package_dir}/DEBIAN
touch ${package_dir}/DEBIAN/control
echo 'Package: ${{ matrix.package_name }}' >> ${package_dir}/DEBIAN/control
echo 'Package: ${{ matrix.extension_name }}' >> ${package_dir}/DEBIAN/control
echo 'Version:' ${deb_version} >> ${package_dir}/DEBIAN/control
echo 'Architecture: ${{ matrix.box.arch }}' >> ${package_dir}/DEBIAN/control
echo 'Maintainer: supabase' >> ${package_dir}/DEBIAN/control
Expand Down

0 comments on commit 3181999

Please sign in to comment.