File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed
Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 outputs :
1212 new_version : ${{ steps.version_check.outputs.version }}
13+ version_changed : ${{ steps.version_check.outputs.changed }}
1314 steps :
1415 - name : Checkout repository
1516 uses : actions/checkout@v2
6566 name : Create GitHub Release
6667 runs-on : ubuntu-latest
6768 needs : npm-publish
69+ if : needs.npm-publish.outputs.version_changed == 'true'
6870 steps :
6971 - name : Checkout code
7072 uses : actions/checkout@v2
Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file.
44
5+ ## v0.3.0
6+
7+ - Chore: update deps in https://github.com/grafana/grafana-async-query-data-js/pull/31
8+
59## v0.2.0
610
711- Remove athenaAsyncQueryDataSupport and redshiftAsyncQueryData feature toggle-related code
Original file line number Diff line number Diff line change 11{
22 "name" : " @grafana/async-query-data" ,
3- "version" : " 0.2 .0" ,
3+ "version" : " 0.3 .0" ,
44 "description" : " Async query support for Grafana" ,
55 "main" : " dist/index.js" ,
66 "module" : " dist/esm/index.js" ,
You can’t perform that action at this time.
0 commit comments