Skip to content

Commit

Permalink
test release
Browse files Browse the repository at this point in the history
  • Loading branch information
eagleoflqj committed Sep 4, 2023
1 parent be3af89 commit 6d6dfac
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 51 deletions.
32 changes: 0 additions & 32 deletions .github/workflows/commit-ci.yml

This file was deleted.

19 changes: 0 additions & 19 deletions .github/workflows/release-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Release CI

on:
push:
tags:
- '[0-9]+.*'

jobs:
linux:
Expand All @@ -19,20 +17,3 @@ jobs:
uses: ./.github/workflows/windows-build.yml
with:
rime_plugins: rime/librime-charcode hchunhui/librime-lua lotem/librime-octagram

release:
needs: [macos, windows]
runs-on: ubuntu-latest
steps:
- name: Download artifacts
uses: actions/download-artifact@v3

- name: Create GitHub release
uses: 'marvinpinto/action-automatic-releases@latest'
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
draft: true
prerelease: ${{ contains(github.ref_name, '-') }}
title: librime ${{ github.ref_name }}
files: |
artifact/*

0 comments on commit 6d6dfac

Please sign in to comment.