Skip to content

Commit f8200e3

Browse files
committed
fixup! add a new Github Actions workflow dedicated to the releases
1 parent 0140b80 commit f8200e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
id: version
2020
shell: bash
2121
run: |
22-
if [[ -n "${{ github.event_name }}" == "release" ]]; then
22+
if [[ -n "${{ github.event.release.tag_name }}" ]]; then
2323
# Relase Github
2424
TAG_NAME="${{ github.event.release.tag_name }}"
2525
echo "📋 Triggered by GitHub release: $TAG_NAME"

0 commit comments

Comments
 (0)