File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -164,10 +164,6 @@ jobs:
164164 aws s3 cp /tmp/pg_binaries.tar.gz s3://${{ secrets.PROD_ARTIFACTS_BUCKET }}/upgrades/postgres/supabase-postgres-${{ steps.process_release_version.outputs.version }}/24.04.tar.gz
165165 aws s3 cp /tmp/pg_binaries.tar.gz s3://${{ secrets.PROD_ARTIFACTS_BUCKET }}/upgrades/postgres/supabase-postgres-${{ steps.process_release_version.outputs.version }}/upgrade_bundle.tar.gz
166166
167- - name : Generate Changelog
168- run : |
169- nix run nixpkgs#git-cliff -- --tag-pattern "^[0-9]+\.[0-9]+\.[0-9]+\.[0-9]{3}(-orioledb)?$" --tag "$(git describe --tags --abbrev=0)" -o CHANGELOG.md
170-
171167 - name : Create release
172168 uses : softprops/action-gh-release@v2
173169 with :
@@ -176,6 +172,10 @@ jobs:
176172 target_commitish : ${{github.sha}}
177173 files : CHANGELOG.md
178174
175+ - name : Generate Changelog
176+ run : |
177+ nix run nixpkgs#git-cliff -- --tag-pattern "^[0-9]+\.[0-9]+\.[0-9]+\.[0-9]{3}(-orioledb)?$" --tag "$(git describe --tags --abbrev=0)" -o CHANGELOG.md
178+
179179 - name : Slack Notification on Failure
180180 if : ${{ failure() }}
181181 uses : rtCamp/action-slack-notify@v2
You can’t perform that action at this time.
0 commit comments