Skip to content

Commit

Permalink
Fix release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
okineadev authored Apr 14, 2024
1 parent 2817b6b commit e4efe1c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
run: |
sudo iptables -P FORWARD ACCEPT
sudo snap install snapcraft --classic
sudo usermod -a -G lxd $USER
sudo usermod -aG lxd $USER
sudo snap run lxd init --auto
sudo snap run lxd waitready
Expand All @@ -72,6 +72,7 @@ jobs:
# Build snap package
make snap-package \
WORKFLOW="true" \
VERSION="$release_version"
- name: ⬆️ Upload files to release
Expand Down

0 comments on commit e4efe1c

Please sign in to comment.