mirror of
https://github.com/pypa/gh-action-pypi-publish.git
synced 2024-11-12 11:49:57 -05:00
🐛 Use full path to bash
in shebang
This commit is contained in:
parent
57e7d53102
commit
c879b84594
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
#! /usr/bin/env bash
|
||||
#! /bin/bash
|
||||
|
||||
set -Eeuo pipefail
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue