Skip to content

Commit

Permalink
Create tag-main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dimpu committed Sep 8, 2022
1 parent f62b7bb commit 5713823
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/tag-main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Tag Main
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: '0'
- name: Bump version and push tag
uses: anothrNick/github-tag-action@1.36.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
WITH_V: true

0 comments on commit 5713823

Please sign in to comment.