git global
This commit is contained in:
parent
c6eb09cd73
commit
6c87be1ab9
|
@ -24,8 +24,8 @@ COPY package*.json ./
|
|||
# Install dependencies
|
||||
RUN apt-get update
|
||||
RUN apt-get -y install git
|
||||
RUN git config user.name "Bump Version"
|
||||
RUN git config user.email "gh-action-bump-version@users.noreply.github.com"
|
||||
RUN git config --global user.name "Bump Version"
|
||||
RUN git config --global user.email "gh-action-bump-version@users.noreply.github.com"
|
||||
RUN npm ci
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue