We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a60c662 commit 97325abCopy full SHA for 97325ab
.github/workflows/packaging.yml
@@ -70,7 +70,7 @@ jobs:
70
# We need this step to run only on push with tag.
71
if: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags/') }}
72
env:
73
- RWS_URL_PART: https://rws.tarantool.org/release/enabled
+ RWS_URL_PART: https://rws.tarantool.org/tarantool-modules
74
RWS_AUTH: ${{ secrets.RWS_AUTH }}
75
PRODUCT_NAME: tarantool-c
76
run: |
0 commit comments