summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-06-12 13:04:01 -0400
committerDax Raad <[email protected]>2025-06-12 13:04:01 -0400
commitf0dbe40522b28262549fcffd6b214b47e85603c7 (patch)
tree8151d61cb6833b0870ac74e5c8c7f50c91fb2d61 /.github/workflows
parent41c54f629ccbc7399a70cc0b436630330577b3f6 (diff)
downloadopencode-f0dbe40522b28262549fcffd6b214b47e85603c7.tar.gz
opencode-f0dbe40522b28262549fcffd6b214b47e85603c7.zip
sync
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/publish.yml (renamed from .github/workflows/release.yml)4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/publish.yml
index 12cd3647a..c5c8b4a88 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/publish.yml
@@ -1,4 +1,4 @@
-name: release
+name: publish
on:
workflow_dispatch:
@@ -13,7 +13,7 @@ permissions:
packages: write
jobs:
- goreleaser:
+ publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3