diff options
| author | Dax Raad <[email protected]> | 2025-12-16 17:18:39 -0500 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-12-16 21:01:44 -0500 |
| commit | c23ea2a211489b83871caf67e551578529520ace (patch) | |
| tree | 2d0122eb621476a4def8c87a4d5064494ea36672 | |
| parent | a5f964aec69cef2d3789976cca21ca9de52d20cd (diff) | |
| download | opencode-c23ea2a211489b83871caf67e551578529520ace.tar.gz opencode-c23ea2a211489b83871caf67e551578529520ace.zip | |
ci: update publish workflow configuration
| -rw-r--r-- | .github/workflows/publish.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 6b26e4421..b5f0455a9 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -204,6 +204,7 @@ jobs: needs: - publish - publish-tauri + if: needs.publish.outputs.tagName runs-on: blacksmith-4vcpu-ubuntu-2404 steps: - uses: actions/checkout@v3 |
