Skip to content

Commit

Permalink
Create package-lock.json in release script
Browse files Browse the repository at this point in the history
  • Loading branch information
6nv committed Jan 3, 2024
1 parent ce5c932 commit 0592f6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- run: touch package-lock.json
- uses: actions/checkout@v3
- uses: grafana/plugin-actions/build-plugin@release
# uncomment to enable plugin sign in
Expand Down

0 comments on commit 0592f6d

Please sign in to comment.