Skip to content

Commit 7a3290f

Browse files
committed
docs: changelog after release
1 parent 7fd3320 commit 7a3290f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ami-release-nix.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)