Skip to content

Commit

Permalink
quick fix username adf
Browse files Browse the repository at this point in the history
  • Loading branch information
maurizio-cacace committed Feb 28, 2023
1 parent aa6b508 commit b156e86
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ env:
E2E_PASSWORD: ${{ secrets.E2E_PASSWORD }}
E2E_ADMIN_EMAIL_IDENTITY: ${{ secrets.E2E_ADMIN_EMAIL_IDENTITY }}
E2E_ADMIN_PASSWORD_IDENTITY: ${{ secrets.E2E_ADMIN_PASSWORD_IDENTITY }}
USERNAME_ADF: ${{ secrets.E2E_USERNAME }}
#USERNAME_ADF: ${{ secrets.E2E_USERNAME }}
USERNAME_ADF: ${{ secrets.E2E_ADMIN_EMAIL_IDENTITY }}
PASSWORD_ADF: ${{ secrets.E2E_PASSWORD }}
URL_HOST_ADF: "http://localhost:4200"
IDENTITY_ADMIN_EMAIL: ${{ secrets.E2E_ADMIN_EMAIL_IDENTITY }}
Expand Down
4 changes: 2 additions & 2 deletions scripts/github/release/release-npm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd $DIR/../../../

VERSION_IN_PACKAGE_JSON=`node -p "require('./package.json')".version;`;
#BRANCH=${GITHUB_REF##*/}
BRANCH=${GITHUB_BASE_REF}
BRANCH=${GITHUB_REF##*/}
#BRANCH=${GITHUB_BASE_REF}
if [[ $BRANCH =~ ^master(-patch.*)?$ ]]
then
# Pre-release versions
Expand Down

0 comments on commit b156e86

Please sign in to comment.