Skip to content

Commit 06ca7f4

Browse files
Debuggin GHA
1 parent 5d1e461 commit 06ca7f4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/publish_release.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@ jobs:
1414
- name: Checkout code
1515
uses: actions/[email protected]
1616

17+
- name: Check if tag follows SemVer
18+
id: semver-check
19+
run: |
20+
echo "github.event.ref: ${{ github.event.ref }}"
21+
echo "github.ref: ${{ github.ref }}"
22+
echo "github.ref_name: ${{ github.ref_name }}"
23+
1724
create-release:
1825
runs-on: ubuntu-latest
1926
needs: check-tag

0 commit comments

Comments
 (0)