Skip to content

Commit e3f0d66

Browse files
author
Soroosh Sarabadani
committed
release on released event
1 parent 2319afc commit e3f0d66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Release to Maven Central
22
on:
33
release:
4-
types: [created]
4+
types: [ released ]
55
jobs:
66
publish:
77
runs-on: ubuntu-latest
@@ -25,7 +25,7 @@ jobs:
2525
nexus_username: ${{ secrets.OSSRH_USERNAME }}
2626
nexus_password: ${{ secrets.OSSRH_TOKEN }}
2727

28-
# This is separate job because there were issues with git after release step, was not able to commit changes. See history.
28+
# This is separate job because there were issues with git after release step, was not able to commit changes. See history.
2929
update-working-version:
3030
runs-on: ubuntu-latest
3131
steps:

0 commit comments

Comments
 (0)