Skip to content

Commit 97325ab

Browse files
committed
cd: update the list of repositories for the module deployment
After the patch, old "live" repositories will be included in the deployment list.
1 parent a60c662 commit 97325ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/packaging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
# We need this step to run only on push with tag.
7171
if: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags/') }}
7272
env:
73-
RWS_URL_PART: https://rws.tarantool.org/release/enabled
73+
RWS_URL_PART: https://rws.tarantool.org/tarantool-modules
7474
RWS_AUTH: ${{ secrets.RWS_AUTH }}
7575
PRODUCT_NAME: tarantool-c
7676
run: |

0 commit comments

Comments
 (0)