Skip to content

Commit

Permalink
Create create-tag.yml
Browse files Browse the repository at this point in the history
#major renamed classes
  • Loading branch information
cuongph87 authored Feb 5, 2024
1 parent a3191e1 commit c034858
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/create-tag.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Create a new tag

on:
push:
branches:
- master
- main

jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: valitydev/action-autotag@v1

0 comments on commit c034858

Please sign in to comment.