Skip to content

Commit

Permalink
Merge pull request #24 from eapolinario/add-f-release
Browse files Browse the repository at this point in the history
Add f-release.yml
  • Loading branch information
eapolinario authored May 13, 2024
2 parents 2f38d65 + 56fc13f commit 82685b5
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 82685b5

Please sign in to comment.