Skip to content

Commit

Permalink
Run publish workflow on tag, not on release event.
Browse files Browse the repository at this point in the history
  • Loading branch information
rgallardo-netflix authored Sep 28, 2023
1 parent a9e15b1 commit f14f5aa
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/nebula-publish.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: "Publish candidate/release to NetflixOSS and Maven Central"
on:
release:
types:
- published
push:
tags:
- v*.*.*
- v*.*.*-rc.*

jobs:
build:
Expand Down

0 comments on commit f14f5aa

Please sign in to comment.