Skip to content

Commit

Permalink
bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
ismoilovdevml committed Oct 14, 2023
1 parent 9592bd5 commit e72e6aa
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
name: Release CI/CD

on:
push:
tags:
- "v0.1.2"
push:
branches:
- main
tags:
- 'v0.1.2'

env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit e72e6aa

Please sign in to comment.