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 598340c commit bac09a6Copy full SHA for bac09a6
.github/workflows/push_rockspec.yaml
@@ -38,8 +38,11 @@ jobs:
38
-e "s/branch = '.\+'/tag = '${GIT_TAG}'/g" \
39
-e "s/version = '.\+'/version = '${GIT_TAG}-1'/g" \
40
${{ env.ROCK_NAME }}-scm-1.rockspec > ${{ env.ROCK_NAME }}-${GIT_TAG}-1.rockspec
41
+ - run: tarantoolctl rocks pack ${{ env.ROCK_NAME }} ${GIT_TAG}
42
43
- uses: tarantool/rocks.tarantool.org/github-action@master
44
with:
45
auth: ${{ secrets.ROCKS_AUTH }}
- files: ${{ env.ROCK_NAME }}-${GIT_TAG}-1.rockspec
46
+ files: |
47
+ ${{ env.ROCK_NAME }}-${GIT_TAG}-1.rockspec
48
+ ${{ env.ROCK_NAME }}-${GIT_TAG}-1.all.rock
0 commit comments