feat: update package name in Gitea Actions workflow and package.json
All checks were successful
Publish to npm / publish (push) Successful in 19s
All checks were successful
Publish to npm / publish (push) Successful in 19s
This commit is contained in:
parent
5ba8114ccc
commit
3a02ecf744
|
@ -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
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
{
|
||||
"name": "datenel-vue3",
|
||||
"private": true,
|
||||
"version": "0.0.0",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
|
Loading…
Reference in New Issue
Block a user