File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 7373 github-token : ${{secrets.GITHUB_TOKEN}}
7474 script : |
7575 await github.request(`POST /repos/${{ github.repository }}/releases`, {
76- tag_name: "${{ github.ref }}",
76+ tag_name: "v ${{ steps.version_check.outputs.version }}",
7777 generate_release_notes: true
7878 });
Original file line number Diff line number Diff line change 11# Change Log
22
33All notable changes to this project will be documented in this file.
4+ ## v0.1.8
5+
6+ - Update github release workflow (#20 )
47
58## v0.1.7
69
Original file line number Diff line number Diff line change 11{
22 "name" : " @grafana/async-query-data" ,
3- "version" : " 0.1.7 " ,
3+ "version" : " 0.1.8 " ,
44 "description" : " Async query support for Grafana" ,
55 "main" : " dist/index.js" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments