Skip to content

Commit 8dfff1c

Browse files
author
Chris Wiechmann
committed
Removed fn- from the OData Publish tag-name
1 parent 2dc5e67 commit 8dfff1c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/plugin-fn-odata-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ on:
77
- published
88
tags:
99
# If this tag is pushed, a release is created
10-
- '*fn-odata-node*'
10+
- '*odata-node*'
1111

1212
jobs:
1313
build:
1414
# This is a required check, as the on:release can't be filtered on given tags
15-
if: contains(github.ref, 'fn-odata-node')
15+
if: contains(github.ref, 'odata-node')
1616
env:
1717
# This must be aligned with the folder-name of you plugin
1818
workingDirectory: 'api-builder-plugin-odata'

0 commit comments

Comments
 (0)