Skip to content

Commit

Permalink
🔧 ci: Add debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
jyje committed Apr 20, 2024
1 parent 1a69676 commit b79c5ee
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,12 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4


- name: Show branch
id: show_branch
run: |
git branch --contains tags/${{ github.ref_name }} | grep -q "main"
- name: Check if the current tag is in the main branch
id: check_branch
run: |
Expand Down

0 comments on commit b79c5ee

Please sign in to comment.