Skip to content

Commit

Permalink
fix npm publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
DenysVuika committed Apr 11, 2023
1 parent 3f805b0 commit 494c2f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/publish-libs/npm-publish.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

ROOT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )/../.." && pwd )"
ROOT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )/../../.." && pwd )"
DIST_DIR="$ROOT_DIR/dist/@alfresco"
TAG=$1
DRY_RUN=$2
Expand Down

0 comments on commit 494c2f7

Please sign in to comment.