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 b5ea293 commit 68294a3Copy full SHA for 68294a3
.github/workflows/pullrequest.yml
@@ -10,7 +10,6 @@ on:
10
11
jobs:
12
build:
13
-
14
runs-on: ubuntu-latest
15
16
steps:
.github/workflows/release.yml
@@ -25,7 +25,6 @@ jobs:
25
settings-path: ${{ github.workspace }} # location for the settings.xml file
26
27
- name: Release
28
- # if: github.event_name == 'push' && github.ref == 'refs/heads/master'
29
uses: samuelmeuli/action-maven-publish@v1
30
with:
31
gpg_private_key: ${{ secrets.gpg_private_key }}
pom.xml
@@ -5,7 +5,7 @@
5
<modelVersion>4.0.0</modelVersion>
6
7
<artifactId>github-client</artifactId>
8
- <version>0.1-SNAPSHOT</version>
+ <version>0.0.1</version>
9
<parent>
<groupId>com.spotify</groupId>
0 commit comments