feat: update npm publishing workflow to set access level based on branch
All checks were successful
Publish to npm / publish (push) Successful in 23s
All checks were successful
Publish to npm / publish (push) Successful in 23s
This commit is contained in:
parent
c55f5d0bfd
commit
0eb95f05ae
|
@ -28,8 +28,10 @@ jobs:
|
|||
run: |
|
||||
if [ "${{ gitea.ref }}" == "refs/heads/main" ]; then
|
||||
echo "PACKAGE_NAME=datenel-react" >> $GITEA_ENV
|
||||
echo "ACCESS_LEVEL=public" >> $GITEA_ENV
|
||||
elif [ "${{ gitea.ref }}" == "refs/heads/dev" ]; then
|
||||
echo "PACKAGE_NAME=@astrian/datenel-react-dev" >> $GITEA_ENV
|
||||
echo "ACCESS_LEVEL=restricted" >> $GITEA_ENV
|
||||
fi
|
||||
|
||||
- name: Update package.json for dev releases
|
||||
|
|
Loading…
Reference in New Issue
Block a user