Skip to content

Commit

Permalink
fix release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Slach committed Jan 19, 2024
1 parent fd44acc commit c6f0e0d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:
cache: 'npm'

- name: Setup Go environment
uses: actions/setup-go@latest
uses: actions/setup-go@v5
with:
go-version: '1.21'

- name: Install dependencies
- name: Install nodejs dependencies
run: npm ci

- name: Build and test frontend
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Get plugin metadata
id: metadata
run: |
sudo apt-get install jq
sudo apt-get install -y jq
export GRAFANA_PLUGIN_ID=$(cat dist/plugin.json | jq -r .id)
export GRAFANA_PLUGIN_VERSION=$(cat dist/plugin.json | jq -r .info.version)
Expand Down

0 comments on commit c6f0e0d

Please sign in to comment.