Skip to content

Commit eb38eb8

Browse files
committed
Merge branch 'develop/1.0' of https://github.com/sramekpete/polyline-algorithm-csharp into develop/1.0
2 parents 1b20954 + 3a20c0c commit eb38eb8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@ jobs:
3737
is-preview: ${{ startsWith(github.base_ref, 'preview') }}
3838

3939
steps:
40+
- name: ''
41+
run: |
42+
echo 'github.ref ${{ github.ref}}'
43+
echo 'github.head_ref ${{ github.head_ref}}'
44+
echo 'github.base_ref ${{ github.base_ref}}'
4045
- name: 'Set workflow variables'
4146
id: github
4247
run: |

0 commit comments

Comments
 (0)