Investigate CI behavior

This commit is contained in:
Nick Chambers 2021-07-01 17:11:35 -05:00
parent 411fee7aa8
commit 283b788ae8
1 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@ name: Release Builder
on:
push:
branch: [ ci-experiments ]
tags: [ v1.* ]
jobs:
@ -12,4 +13,4 @@ jobs:
- name: Create release package
run: |
echo "$GITHUB_WORKSPACE"
ls "$GITHUB_WORKSPACE"