feat: update package name in Gitea Actions workflow and package.json
All checks were successful
Publish to npm / publish (push) Successful in 19s

This commit is contained in:
Astrian Zheng 2025-02-25 10:02:08 +11:00
parent 5ba8114ccc
commit 3a02ecf744
Signed by: Astrian
SSH Key Fingerprint: SHA256:rVnhx3DAKjujCwWE13aDl7uV6+9U1MvydLkNRXJrBiA
2 changed files with 1 additions and 2 deletions

View File

@ -27,7 +27,7 @@ jobs:
id: package_name
run: |
if [ "${{ gitea.ref }}" == "refs/heads/main" ]; then
echo "PACKAGE_NAME=datenel-react" >> $GITEA_ENV
echo "PACKAGE_NAME=datenel-vue3" >> $GITEA_ENV
echo "ACCESS_LEVEL=public" >> $GITEA_ENV
elif [ "${{ gitea.ref }}" == "refs/heads/dev" ]; then
echo "PACKAGE_NAME=@astrian/datenel-vue3-dev" >> $GITEA_ENV

View File

@ -1,6 +1,5 @@
{
"name": "datenel-vue3",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {