Skip to content

Commit 3115c12

Browse files
authored
Merge pull request #381 from jdubois/master
Fix deploy to GCP GitHub Action
2 parents 124b7ae + 6084399 commit 3115c12

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,7 @@ jobs:
5555
env_variables.GITLAB_REDIRECT_URI: ${{ secrets.GITLAB_REDIRECT_URI }}
5656

5757
# Setup Google Cloud
58-
- id: Authenticate to Google Cloud
59-
name: 'Authenticate to Google Cloud'
58+
- name: Authenticate to Google Cloud
6059
uses: 'google-github-actions/auth@v1'
6160
with:
6261
credentials_json: ${{ secrets.GCP_SA_KEY }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jhonline",
3-
"version": "2.18.1",
3+
"version": "2.18.2",
44
"description": "JHipster Online is the best place to generate JHipster applications, with no installation required!",
55
"license": "Apache-2.0",
66
"keywords": [

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>io.github.jhipster.online</groupId>
77
<artifactId>jhonline</artifactId>
8-
<version>2.18.1</version>
8+
<version>2.18.2</version>
99
<packaging>war</packaging>
1010
<name>Jhonline</name>
1111

0 commit comments

Comments
 (0)