Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Commit

Permalink
feat: demo
Browse files Browse the repository at this point in the history
  • Loading branch information
0xMurage committed Oct 22, 2024
1 parent 7276bdd commit e10e85f
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit e10e85f

Please sign in to comment.