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

Commit e13cb9e

Browse files
author
Andrew Smith
authored
Merge pull request #150 from supabase-community/fix/github-workflow
Fix semantic releaase workflow
2 parents 64a8ab2 + 3a00104 commit e13cb9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@ jobs:
5959
if: steps.release.outputs.released == 'true'
6060

6161
- name: Python Semantic Release
62-
uses: python-semantic-release/upload-to-gh-release@master
62+
uses: python-semantic-release/upload-to-gh-release@main
6363
with:
6464
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)