Skip to content

Commit 29782b0

Browse files
committed
fix: release workflow
1 parent a135b46 commit 29782b0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/do-release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)