From 8ebe372add541f7cef57e098692204ba239a31aa Mon Sep 17 00:00:00 2001 From: visiky <736929286@qq.com> Date: Sun, 26 Dec 2021 19:43:45 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=E5=88=B0=201.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 19 ------------------- .github/workflows/release-notify.yml | 18 ------------------ package.json | 2 +- 3 files changed, 1 insertion(+), 38 deletions(-) delete mode 100644 .github/workflows/deploy.yml delete mode 100644 .github/workflows/release-notify.yml diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml deleted file mode 100644 index 027cdd0..0000000 --- a/.github/workflows/deploy.yml +++ /dev/null @@ -1,19 +0,0 @@ -# name: github pages - - -# on: -# push: -# branches: -# - master # Set a branch name to trigger deployment -# jobs: -# deploy: -# runs-on: ubuntu-18.04 -# steps: -# - uses: actions/checkout@v2 -# - uses: actions/setup-node@v2 -# with: -# node-version: 12 - -# - run: yarn install -# - run: npm run build -# - run: npm run deploy diff --git a/.github/workflows/release-notify.yml b/.github/workflows/release-notify.yml deleted file mode 100644 index 6d44e64..0000000 --- a/.github/workflows/release-notify.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: DingTalk Release Notify - -on: - workflow_dispatch: - release: - types: [published, edited] - -jobs: - release-notify: - runs-on: ubuntu-latest - steps: - - uses: visiky/dingtalk-release-notify@main - with: - DING_TALK_TOKEN: ${{ secrets.DING_TALK_TOKEN}} - notify_title: '🎉 Resume release {release_tag} 🎉' - notify_body: '测试 G2' - notify_footer: '' - at_all: false diff --git a/package.json b/package.json index 143564f..135b95e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "resume", - "version": "1.0.0", + "version": "1.1.0", "private": true, "dependencies": { "@ant-design/icons": "^4.6.2",