File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -126,20 +126,20 @@ jobs:
126126 run : |
127127 git config --global user.name "Supertokens Bot"
128128 git config --global user.email "<>"
129- - name : Add dev tag to plugin interface
129+ - name : Add release tag to plugin interface
130130 if : ${{ github.event.inputs.new-release-for-plugin-interface == 'true' }}
131131 run : |
132- echo "Adding dev tag to plugin interface"
132+ echo "Adding release tag to plugin interface"
133133 cd supertokens-root/supertokens-plugin-interface
134134 ./addReleaseTag
135- - name : Add dev tag to postgres plugin
135+ - name : Add release tag to postgres plugin
136136 if : ${{ github.event.inputs.new-release-for-postgresql-plugin == 'true' }}
137137 run : |
138- echo "Adding dev tag to postgres plugin"
138+ echo "Adding release tag to postgres plugin"
139139 cd supertokens-root/supertokens-postgresql-plugin
140140 ./addReleaseTag
141- - name : Add dev tag to core
141+ - name : Add release tag to core
142142 run : |
143- echo "Adding dev tag to core"
143+ echo "Adding release tag to core"
144144 cd supertokens-root/supertokens-core
145145 ./addReleaseTag
You can’t perform that action at this time.
0 commit comments