Skip to content

Commit

Permalink
Add github action workflow for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Romanavr committed Jul 23, 2024
1 parent d1889af commit e31d2de
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
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 }}"

0 comments on commit e31d2de

Please sign in to comment.