Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit bf49d51

Browse files
author
Andrew Smith
authored
Merge pull request #151 from supabase-community/fix/github-workflow-update
Update python-semantic-release version and ci
2 parents e13cb9e + ad7fc6d commit bf49d51

File tree

3 files changed

+348
-269
lines changed

3 files changed

+348
-269
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
contents: write # needed for github actions bot to write to repo
4343
steps:
4444
- name: Clone Repository
45-
uses: actions/checkout@v2
45+
uses: actions/checkout@v3
4646
with:
4747
ref: ${{ github.ref }}
4848
fetch-depth: 0
@@ -58,7 +58,8 @@ jobs:
5858
# See https://github.com/actions/runner/issues/1173
5959
if: steps.release.outputs.released == 'true'
6060

61-
- name: Python Semantic Release
61+
- name: Publish package distributions to GitHub Releases
6262
uses: python-semantic-release/upload-to-gh-release@main
63+
if: steps.release.outputs.released == 'true'
6364
with:
6465
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)