Skip to content

Commit

Permalink
release to integration
Browse files Browse the repository at this point in the history
  • Loading branch information
lwih committed Nov 15, 2023
1 parent 71591a6 commit 4dcd3d8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: "Release"

on:
# push:
# branches: ["main"]
push:
branches: ["main"]
release:
types: [published]

Expand Down
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ variables:
value: rapportnav-v2
description: "Nom du projet à déployer"
PROJECT_VERSION:
value: "0.0.1-alpha.4"
value: "0.0.1-alpha.5"
description: "Version du projet à déployer"
SERVER_ENV_INT:
value: "int-rapportnav-appli01"
Expand Down
2 changes: 1 addition & 1 deletion backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>fr.gouv.dgampa</groupId>
<artifactId>rapportnav</artifactId>
<version>0.0.1-alpha.4</version>
<version>0.0.1-alpha.5</version>
<name>RapportNav</name>
<description>RapportNav</description>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frontend",
"version": "0.0.1-alpha.4",
"version": "0.0.1-alpha.5",
"private": true,
"type": "module",
"scripts": {
Expand Down

0 comments on commit 4dcd3d8

Please sign in to comment.