Skip to content

Commit

Permalink
Update github release workflow (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
idastambuk authored Jul 18, 2023
1 parent 3acf8d5 commit cef3f69
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@ jobs:
github-token: ${{secrets.GITHUB_TOKEN}}
script: |
await github.request(`POST /repos/${{ github.repository }}/releases`, {
tag_name: "${{ github.ref }}",
tag_name: "v${{ steps.version_check.outputs.version }}",
generate_release_notes: true
});
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Change Log

All notable changes to this project will be documented in this file.
## v0.1.8

- Update github release workflow (#20)

## v0.1.7

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@grafana/async-query-data",
"version": "0.1.7",
"version": "0.1.8",
"description": "Async query support for Grafana",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit cef3f69

Please sign in to comment.