We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0682baf commit 8098a97Copy full SHA for 8098a97
.github/workflows/release.yml
@@ -12,7 +12,7 @@ on:
12
jobs:
13
14
build-project:
15
- name: Build artefact
+ name: Build
16
runs-on: ubuntu-latest
17
outputs:
18
CODEARTIFACT_AUTH_TOKEN: ${{ steps.get-codeartifact-token.outputs.CODEARTIFACT_AUTH_TOKEN }}
pom.xml
@@ -10,7 +10,7 @@
10
</parent>
11
<groupId>com.example</groupId>
<artifactId>build</artifactId>
- <version>0.0.1</version>
+ <version>0.0.2</version>
<packaging>war</packaging>
<name>laurent</name>
<description>laurent</description>
0 commit comments