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