diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/publish.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9707c4d70..77d7bb30e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -43,7 +43,7 @@ jobs: - name: Install OpenCode if: inputs.bump || inputs.version - run: bun i -g [email protected] + run: bun i -g [email protected] - name: Login to GitHub Container Registry uses: docker/login-action@v3 |
