mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-09-05 23:47:50 +08:00
feat: add Tag Build CI (#120)
This commit is contained in:
@@ -9,13 +9,8 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: write
|
||||||
packages: write
|
|
||||||
steps:
|
steps:
|
||||||
- name: Get version
|
|
||||||
id: get_version
|
|
||||||
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
|
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
@@ -46,4 +41,3 @@ jobs:
|
|||||||
files: |
|
files: |
|
||||||
frontend/dist/*
|
frontend/dist/*
|
||||||
worker/dist/*
|
worker/dist/*
|
||||||
tag_name: ${{ steps.get_version.outputs.VERSION }}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user