summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorAiden Cline <[email protected]>2025-12-16 14:12:50 -0600
committerAiden Cline <[email protected]>2025-12-16 14:13:51 -0600
commitee10d9b898509b3bfb0cb1da62f1a3476d8451a8 (patch)
tree9b864aa7850ed80f7fba1b162f20bb01efcb6780 /.github/workflows
parentbbd36e844152d202daf55d71d4c065b0e830b5ed (diff)
downloadopencode-ee10d9b898509b3bfb0cb1da62f1a3476d8451a8.tar.gz
opencode-ee10d9b898509b3bfb0cb1da62f1a3476d8451a8.zip
ci: auto tag github action once a change is shipped for it
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/release-github-action.yml29
1 files changed, 29 insertions, 0 deletions
diff --git a/.github/workflows/release-github-action.yml b/.github/workflows/release-github-action.yml
new file mode 100644
index 000000000..491f66f6d
--- /dev/null
+++ b/.github/workflows/release-github-action.yml
@@ -0,0 +1,29 @@
+name: release-github-action
+
+on:
+ push:
+ branches:
+ - main
+ paths:
+ - "github/**"
+
+concurrency: ${{ github.workflow }}-${{ github.ref }}
+
+permissions:
+ contents: write
+
+jobs:
+ release:
+ runs-on: blacksmith-4vcpu-ubuntu-2404
+ steps:
+ - uses: actions/checkout@v4
+ with:
+ fetch-depth: 0
+
+ - run: git fetch --force --tags
+
+ - name: Release
+ run: |
+ git config --global user.email "[email protected]"
+ git config --global user.name "opencode"
+ ./github/script/release