Skip to content

Commit 68294a3

Browse files
committed
prepare release 0.0.1
1 parent b5ea293 commit 68294a3

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

.github/workflows/pullrequest.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ on:
1010

1111
jobs:
1212
build:
13-
1413
runs-on: ubuntu-latest
1514

1615
steps:

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ jobs:
2525
settings-path: ${{ github.workspace }} # location for the settings.xml file
2626

2727
- name: Release
28-
# if: github.event_name == 'push' && github.ref == 'refs/heads/master'
2928
uses: samuelmeuli/action-maven-publish@v1
3029
with:
3130
gpg_private_key: ${{ secrets.gpg_private_key }}

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66

77
<artifactId>github-client</artifactId>
8-
<version>0.1-SNAPSHOT</version>
8+
<version>0.0.1</version>
99

1010
<parent>
1111
<groupId>com.spotify</groupId>

0 commit comments

Comments
 (0)