We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c1d227 commit 9eff186Copy full SHA for 9eff186
.github/workflows/publish.yml
@@ -3,10 +3,8 @@ name: Publish to pub.dev
3
4
on:
5
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
+ tags:
+ - 'v[0-9]+.[0-9]+.[0-9]+' # tag pattern on pub.dev: 'v{{version}'
10
11
# Publish using custom workflow
12
jobs:
pubspec.yaml
@@ -1,6 +1,6 @@
1
name: contentstack
2
description: Contentstack is a headless CMS with an API-first approach that puts content at the centre.
-version: 1.0.0
+version: 1.0.0-test
homepage: https://www.contentstack.com
documentation: https://www.contentstack.com/docs/developers/apis/content-delivery-api
0 commit comments