From e10e85f084db14d3a8e812878ad47badd34a7a55 Mon Sep 17 00:00:00 2001 From: Murage <25152892+0xMurage@users.noreply.github.com> Date: Tue, 22 Oct 2024 23:39:27 +0300 Subject: [PATCH] feat: demo --- .github/workflows/release.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/release.yaml diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml new file mode 100644 index 0000000..3bd59bb --- /dev/null +++ b/.github/workflows/release.yaml @@ -0,0 +1,17 @@ +on: + push: + branches: + - release + workflow_dispatch: + +jobs: + build: + runs-on: + - ubuntu-latest + steps: + - name: checkout + uses: @checkout/v4 + + - name: Get latest + uses: | + echo "sha is $GITHUB_SHA and updated ref is $GITHUB_REF"