mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[ACS-10763] Switch to NPM trusted publishing (#4907)
* [ACS-10763] Switch to NPM trusted publishing * [ACS-10763] Change contents permission to read * [ACS-10763] Cover GH packages * [ACS-10763] Bump Node and NPM versions to match trusted publishing requirements * [ACS-10763] Add the exit on error step for publishing * [ACS-10763] Fix package lock, move set -e to the release script
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
|
||||
ROOT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )/../../.." && pwd )"
|
||||
DIST_DIR="$ROOT_DIR/dist/@alfresco"
|
||||
TAG=$1
|
||||
|
||||
Reference in New Issue
Block a user