Skip to content

Commit 9eff186

Browse files
committed
tect workflow 2
1 parent 1c1d227 commit 9eff186

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@ name: Publish to pub.dev
33

44
on:
55
push:
6-
# tags:
7-
# - 'v[0-9]+.[0-9]+.[0-9]+' # tag pattern on pub.dev: 'v{{version}'
8-
branches:
9-
- DX-2199-publish-workflow-fix
6+
tags:
7+
- 'v[0-9]+.[0-9]+.[0-9]+' # tag pattern on pub.dev: 'v{{version}'
108

119
# Publish using custom workflow
1210
jobs:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: contentstack
22
description: Contentstack is a headless CMS with an API-first approach that puts content at the centre.
3-
version: 1.0.0
3+
version: 1.0.0-test
44
homepage: https://www.contentstack.com
55
documentation: https://www.contentstack.com/docs/developers/apis/content-delivery-api
66

0 commit comments

Comments
 (0)