Skip to content

Commit cef3f69

Browse files
authored
Update github release workflow (#20)
1 parent 3acf8d5 commit cef3f69

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,6 @@ jobs:
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
});

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Change Log
22

33
All 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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {

0 commit comments

Comments
 (0)