Skip to content

Add github action workflow for release #1

Add github action workflow for release

Add github action workflow for release #1

Workflow file for this run

name: Create Release
on:
push:
branches:
- main_tmp
jobs:
update-variable:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Get Release Tag
id: get_release_tag
run: echo "Release Tag: ${{ github.event.head_commit.message }}"

Check failure on line 18 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/release.yml

Invalid workflow file

You have an error in your yaml syntax on line 18