Skip to content

Commit

Permalink
[DEVOPS-8] Replace slashes
Browse files Browse the repository at this point in the history
  • Loading branch information
theCapypara committed Jan 10, 2022
1 parent c1279d9 commit a6e37ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ fi
echo "Publishing version $VERSION..."
cd /github/workspace/"${PACKAGE_PATH}"

exec "$@" "--version=$VERSION"
exec "$@" "--version=${VERSION/\//-}"

0 comments on commit a6e37ca

Please sign in to comment.