This is an automated email from the ASF dual-hosted git repository.

mdedetrich pushed a commit to branch main
in repository 
https://gitbox.apache.org/repos/asf/incubator-pekko-persistence-r2dbc.git


The following commit(s) were added to refs/heads/main by this push:
     new b6e4d98  Fix typo in publish nightly
b6e4d98 is described below

commit b6e4d9854197936ab3e507eb65ca3e4193d44a81
Author: Matthew de Detrich <[email protected]>
AuthorDate: Thu Apr 13 08:36:51 2023 +0200

    Fix typo in publish nightly
---
 .github/workflows/publish-nightly.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/publish-nightly.yml 
b/.github/workflows/publish-nightly.yml
index ae4232c..458ecf9 100644
--- a/.github/workflows/publish-nightly.yml
+++ b/.github/workflows/publish-nightly.yml
@@ -8,7 +8,7 @@ on:
 jobs:
   publish:
     # runs on main repo only
-    if: github.repository == 'apache/incubator-pekko-persistence-r2dbc
+    if: github.repository == 'apache/incubator-pekko-persistence-r2dbc'
     name: Publish
     runs-on: ubuntu-20.04
     env:


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to