mirror of
https://github.com/Andrewcpu/elevenlabs-api.git
synced 2026-05-06 03:00:23 -04:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
95cf38c620 | ||
|
|
6968219c55 |
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -23,9 +23,6 @@ jobs:
|
||||
- name: Build with Maven
|
||||
run: mvn clean package -Dmaven.test.skip
|
||||
|
||||
- name: Deploy with Maven
|
||||
run: mvn deploy
|
||||
|
||||
- name: Read version from POM file
|
||||
id: version
|
||||
run: echo ::set-output name=version::$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout)
|
||||
|
||||
Reference in New Issue
Block a user