We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 406c8ce commit 61981c1Copy full SHA for 61981c1
1 file changed
.github/workflows/release.yml
@@ -77,7 +77,7 @@ jobs:
77
run: |
78
sudo snap install lxd
79
sudo lxd waitready
80
- sudo usermod -aG lxd $user
+ sudo usermod -aG lxd $USER
81
sudo chmod a+rw /var/snap/lxd/common/lxd/unix.socket
82
83
- name: Pack Snap
0 commit comments