diff options
| author | Dax Raad <[email protected]> | 2025-08-12 17:47:04 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-08-12 17:47:04 -0400 |
| commit | 482239b8488ee138e76dcc71a38e341b733b4adf (patch) | |
| tree | 4bbc203ec66e68c995ab018f5e21e87347c038d3 | |
| parent | 17b07877e596a0ec79436f2595d60722804f5c54 (diff) | |
| download | opencode-482239b8488ee138e76dcc71a38e341b733b4adf.tar.gz opencode-482239b8488ee138e76dcc71a38e341b733b4adf.zip | |
ci: sync
| -rw-r--r-- | .github/workflows/publish.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 762be8de4..422c6c0c0 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -52,7 +52,6 @@ jobs: # run: | # sudo apt-get update # sudo apt-get install -y pacman-package-manager - - name: Setup SSH for AUR run: | mkdir -p ~/.ssh @@ -60,7 +59,7 @@ jobs: chmod 600 ~/.ssh/id_rsa git config --global user.email "[email protected]" git config --global user.name "opencode" - # ssh-keyscan -H aur.archlinux.org >> ~/.ssh/known_hosts + # ssh-keyscan -H aur.archlinux.org >> ~/.ssh/known_hosts - name: Install dependencies run: bun install |
