Skip to content

Commit

Permalink
Add f-release.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Apolinario <[email protected]>
  • Loading branch information
eapolinario committed May 13, 2024
1 parent 2f38d65 commit 56fc13f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/f-release.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: release

on:
push:
tags:
- abc/v*.*.* # stable release like, v0.19.2

jobs:
release:
runs-on: ubuntu-22.04
steps:
- name: test1
run: |
echo ${GITHUB_REF#refs/tags/}

0 comments on commit 56fc13f

Please sign in to comment.