File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 88 npm-publish :
99 name : Publish to NPM & GitHub Package Registry
1010 runs-on : ubuntu-latest
11+ outputs :
12+ new_version : ${{ steps.version_check.outputs.version }}
1113 steps :
1214 - name : Checkout repository
1315 uses : actions/checkout@v2
7375 github-token : ${{secrets.GITHUB_TOKEN}}
7476 script : |
7577 await github.request(`POST /repos/${{ github.repository }}/releases`, {
76- tag_name: "v${{ steps.version_check .outputs.version }}",
78+ tag_name: "v${{needs.npm-publish .outputs.new_version }}",
7779 generate_release_notes: true
78- });
80+ });
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.9
5+
6+ - Fix github publish with output from previous step (#21 )
7+
48## v0.1.8
59
610- Update github release workflow (#20 )
Original file line number Diff line number Diff line change 11{
22 "name" : " @grafana/async-query-data" ,
3- "version" : " 0.1.8 " ,
3+ "version" : " 0.1.9 " ,
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