Skip to content

Commit 4600e43

Browse files
github-actions[bot]petesramekPete Sramekdependabot[bot]
authored
Promote develop/1.0 to preview/1.0 (#73)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Pete Sramek <[email protected]> Co-authored-by: Pete Sramek <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f9210f9 commit 4600e43

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.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)