Skip to content

Commit

Permalink
fix release workflow script
Browse files Browse the repository at this point in the history
  • Loading branch information
DenysVuika committed Apr 11, 2023
1 parent 32f9180 commit 41f1292
Showing 1 changed file with 1 addition and 1 deletion.
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 )"
VERSION=$1
DRY_RUN=$2

Expand Down

0 comments on commit 41f1292

Please sign in to comment.