Correcting action workflow (#12)

Reviewed-on: #12
Co-authored-by: phoenix <kundeng94@gmail.com>
Co-committed-by: phoenix <kundeng94@gmail.com>
This commit is contained in:
phoenix
2025-04-05 22:00:41 +00:00
committed by phoenix
parent f68d01d50f
commit 8bc49e781b
+1 -8
View File
@@ -3,9 +3,8 @@ name: Release Tagging
on: on:
push: push:
branches: branches:
- main
- devel - devel
tags:
- 'v*' # Trigger on tags matching v*
jobs: jobs:
release: release:
@@ -42,12 +41,6 @@ jobs:
echo "Printing version" echo "Printing version"
echo "Version: ${{ steps.version.outputs.project_tag_release }}" echo "Version: ${{ steps.version.outputs.project_tag_release }}"
- name: Check Branch
if: github.ref != 'refs/heads/devel' || github.ref != 'refs/heads/devel' # Replace 'main' with your required branch
run: |
echo "::error::Release can only be created from the 'main' branch."
exit 1
- name: Create GitHub Release - name: Create GitHub Release
uses: actions/create-release@v1 uses: actions/create-release@v1
env: env: