add pipefail to publish script + bump shell version (#13967)

This commit is contained in:
Alexandre Alves 2025-04-11 09:51:31 +01:00 committed by GitHub
parent e8e05df687
commit 45a1c7b271
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@rancher/shell",
"version": "3.0.4",
"version": "3.0.5-rc.1",
"description": "Rancher Dashboard Shell",
"repository": "https://github.com/rancherlabs/dashboard",
"license": "Apache-2.0",

View File

@ -1,4 +1,5 @@
#!/usr/bin/env bash
set -eo pipefail
SCRIPT_DIR="$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
BASE_DIR="$(pwd)"