Skip to content

Commit 264cead

Browse files
authored
feat: release 0.3 (#8)
* add change to rockspec to trigger actions * change rockspec name to 0.3.0
1 parent ab14765 commit 264cead

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ jobs:
3535
echo "commit format is not correct"
3636
exit 1
3737
fi
38+
if [ ! -e rockspec/api7-lua-tinyyaml-${withoutv}-0.rockspec ]; then
39+
exit 1
40+
fi
3841
3942
- name: Create Release
4043
uses: actions/create-release@v1
@@ -51,4 +54,4 @@ jobs:
5154
LUAROCKS_TOKEN: ${{ secrets.LUAROCKS_TOKEN }}
5255
run: |
5356
luarocks install dkjson
54-
luarocks upload rockspec/lua-tinyyaml-${{ steps.release_env.outputs.version_withou_v }}-0.rockspec --api-key=${LUAROCKS_TOKEN}
57+
luarocks upload rockspec/api7-lua-tinyyaml-${{ steps.release_env.outputs.version_withou_v }}-0.rockspec --api-key=${LUAROCKS_TOKEN}
File renamed without changes.

0 commit comments

Comments
 (0)