Skip to content

release: version 4.0.4 #502

release: version 4.0.4

release: version 4.0.4 #502

Workflow file for this run

name: Release
on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
- 'v[0-9]+.[0-9]+.[0-9]+.*'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build-release:
uses: ./.github/workflows/build.yml

Check warning on line 14 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / Release

Workflow syntax warning

In .github/workflows/release.yml (Line: 14, Col: 11): Error from called workflow hiddify/hiddify-core/.github/workflows/build.yml@cb21a8a0d84a42bcdea8d51336405f195a07c7a5 (Line: 43, Col: 13): Conditional expression contains literal text outside replacement tokens. This will cause the expression to always evaluate to truthy. Did you mean to put the entire expression inside ${{ }}?

Check warning on line 14 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / Release

Workflow syntax warning

In .github/workflows/release.yml (Line: 14, Col: 11): Error from called workflow hiddify/hiddify-core/.github/workflows/build.yml@cb21a8a0d84a42bcdea8d51336405f195a07c7a5 (Line: 49, Col: 13): Conditional expression contains literal text outside replacement tokens. This will cause the expression to always evaluate to truthy. Did you mean to put the entire expression inside ${{ }}?

Check warning on line 14 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / Release

Workflow syntax warning

In .github/workflows/release.yml (Line: 14, Col: 11): Error from called workflow hiddify/hiddify-core/.github/workflows/build.yml@cb21a8a0d84a42bcdea8d51336405f195a07c7a5 (Line: 43, Col: 13): Conditional expression contains literal text outside replacement tokens. This will cause the expression to always evaluate to truthy. Did you mean to put the entire expression inside ${{ }}?

Check warning on line 14 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / Release

Workflow syntax warning

In .github/workflows/release.yml (Line: 14, Col: 11): Error from called workflow hiddify/hiddify-core/.github/workflows/build.yml@cb21a8a0d84a42bcdea8d51336405f195a07c7a5 (Line: 49, Col: 13): Conditional expression contains literal text outside replacement tokens. This will cause the expression to always evaluate to truthy. Did you mean to put the entire expression inside ${{ }}?
secrets: inherit
permissions: write-all
with:
upload-artifact: true
tag-name: "${{ github.ref_name }}"
channel: "${{ github.ref_type == 'tag' && endsWith(github.ref_name, 'dev') && 'dev' || github.ref_type != 'tag' && 'dev' || 'prod' }}"