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 :
7376 env :
7477 NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
7578 run : |
76- VERSION="${{ inputs.version }}"
77- MESSAGE="${{ inputs.message }}"
79+ VERSION="${{ inputs.version || '2.86.1-canary.0' }}"
80+ MESSAGE="${{ inputs.message || 'Testing deprecation' }}"
7881
7982 PACKAGES=(
8083 "supabase-js"
@@ -120,7 +123,7 @@ jobs:
120123 with :
121124 title : ' SDK Deprecation'
122125 status : ' success'
123- version : ${{ inputs.version }}
126+ version : ${{ inputs.version || '2.86.1-canary.0' }}
124127 secrets : inherit
125128
126129 notify-failure :
@@ -130,5 +133,5 @@ jobs:
130133 with :
131134 title : ' SDK Deprecation'
132135 status : ' failure'
133- version : ${{ inputs.version }}
136+ version : ${{ inputs.version || '2.86.1-canary.0' }}
134137 secrets : inherit
You can’t perform that action at this time.
0 commit comments