adding in logging task

This commit is contained in:
Joseph Flinn 2021-05-12 11:47:07 -07:00
parent c67b06f005
commit 1900e128c6
1 changed files with 6 additions and 1 deletions

View File

@ -24,7 +24,6 @@ jobs:
- name: Create Deploy version vars
id: create_tags
run: |
echo "Github event name: ${{ github.event_name }}";
if [[ "${{ github.event_name }}" != "release" ]]; then
case "${RELEASE_TAG_NAME_INPUT:0:1}" in
v)
@ -53,6 +52,12 @@ jobs:
env:
RELEASE_TAG_NAME_INPUT: ${{ github.event.inputs.release_tag_name_input }}
- name: Log Env
run: |
echo "Github event name: ${{ github.event_name }}";
echo "package_version: ${{ steps.create_tags.outputs.package_version }}"
echo "tag_version: ${{ steps.create_tags.outputs.tag_version }}"
snap:
name: Deploy Snap