Skip to content

Commit

Permalink
Merge pull request #11 from gabrielrab/feature/pre-release
Browse files Browse the repository at this point in the history
feature/pre-release-action
  • Loading branch information
2yuri authored Oct 29, 2021
2 parents 8385e0a + c876a4d commit e98841e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Bump version
on:
push:
branches:
- master
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 e98841e

Please sign in to comment.