GHHG10/CodeServer / opencode /.github /workflows /publish-github-action.yml
GHHG10's picture
download
raw
646 Bytes
name: publish-github-action
on:
workflow_dispatch:
push:
tags:
- "github-v*.*.*"
- "!github-v1"
concurrency: ${{ github.workflow }}-${{ github.ref }}
permissions:
contents: write
jobs:
publish:
runs-on: blacksmith-4vcpu-ubuntu-2404
steps:
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
with:
fetch-depth: 0
- run: git fetch --force --tags
- name: Publish
run: |
git config --global user.email "opencode@sst.dev"
git config --global user.name "opencode"
./script/publish
working-directory: ./github

Xet Storage Details

Size:
646 Bytes
·
Xet hash:
c14c399d22158a3da83927d156146a28d45bf99f6e0f6b988d7d0bdd53f444ec

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.