Skip to content

Commit

Permalink
fix: fix release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
vpa1977 committed Oct 4, 2024
1 parent 946af0e commit 1547b95
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,14 @@ jobs:
distribution: 'temurin'
java-version: '21'

- name: Setup LXD
uses: canonical/setup-lxd@main
with:
channel: 5.21/candidate

- name: Build and verify project
run: |
sudo snap install rockcraft --classic
./gradlew clean build -i
- name: Publish to Gradle plugin repository
Expand Down

0 comments on commit 1547b95

Please sign in to comment.