fix: remove access level settings from npm publishing workflow
Some checks failed
Publish to npm / publish (push) Failing after 23s
Some checks failed
Publish to npm / publish (push) Failing after 23s
This commit is contained in:
parent
1b22a04392
commit
c55f5d0bfd
|
@ -28,10 +28,8 @@ 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