Skip to content

Commit 5c220f0

Browse files
committed
Final changes
1 parent 5f22361 commit 5c220f0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
name: Publish and Release
22
on:
3-
# release:
4-
# types: [released, prereleased]
53
push:
64
tags:
75
- 'v*' # Triggers on tags like v1.0, v2.1, etc.
@@ -15,7 +13,7 @@ jobs:
1513
build:
1614
uses: ./.github/workflows/gradle.yml
1715
publish:
18-
#needs: build # just for testing
16+
needs: build
1917
if: startsWith(github.ref, 'refs/tags/v')
2018
name: Release build and publish to maven
2119
runs-on: macOS-latest

0 commit comments

Comments
 (0)