Skip to content

Commit

Permalink
Autotag
Browse files Browse the repository at this point in the history
  • Loading branch information
kdense521 committed May 19, 2022
1 parent 3269bff commit dce6a2f
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/tag.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Bump version
on:
push:
branches:
- main
- manta-rs-integration
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 dce6a2f

Please sign in to comment.