Skip to content

Commit

Permalink
Merge pull request rockcrafters#3 from vpa1977/fix_release_pipeline
Browse files Browse the repository at this point in the history
fix: fix release pipeline
  • Loading branch information
vpa1977 authored Oct 4, 2024
2 parents 4ad7d28 + 1547b95 commit 8553fb2
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 8553fb2

Please sign in to comment.