File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 11name : Deprecate package versions
22
33on :
4+ push :
5+ branches :
6+ - ci/deprecate-v
47 workflow_dispatch :
58 inputs :
69 version :
7477 env :
7578 NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
7679 run : |
77- VERSION="${{ inputs.version }}"
78- MESSAGE="${{ inputs.message }}"
80+ VERSION="${{ inputs.version || '2.86.1-canary.0' }}"
81+ MESSAGE="${{ inputs.message || 'Testing deprecation' }}"
7982
8083 PACKAGES=(
8184 "supabase-js"
@@ -121,7 +124,7 @@ jobs:
121124 with :
122125 title : ' SDK Deprecation'
123126 status : ' success'
124- version : ${{ inputs.version }}
127+ version : ${{ inputs.version || '2.86.1-canary.0' }}
125128 secrets : inherit
126129
127130 notify-failure :
@@ -131,5 +134,5 @@ jobs:
131134 with :
132135 title : ' SDK Deprecation'
133136 status : ' failure'
134- version : ${{ inputs.version }}
137+ version : ${{ inputs.version || '2.86.1-canary.0' }}
135138 secrets : inherit
You can’t perform that action at this time.
0 commit comments