Skip to content

Commit 4d318fd

Browse files
committed
chore: bumping version of action
1 parent 0b3165e commit 4d318fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
aws s3 cp /tmp/pg_binaries.tar.gz s3://${{ secrets.PROD_ARTIFACTS_BUCKET }}/upgrades/postgres/supabase-postgres-${{ steps.process_release_version.outputs.version }}/20.04.tar.gz
144144
145145
- name: Create release
146-
uses: softprops/action-gh-release@v1
146+
uses: softprops/action-gh-release@v2
147147
with:
148148
name: ${{ steps.process_release_version.outputs.version }}
149149
tag_name: ${{ steps.process_release_version.outputs.version }}

0 commit comments

Comments
 (0)