Skip to content

Commit

Permalink
Update bump-version.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Torwent committed Aug 15, 2021
1 parent f9d35e9 commit ed1932e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/bump-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,20 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2.2.0
with:
fetch-depth: '0'

- name: Bump version and push tag
id: newtag
uses: anothrNick/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
WITH_V: true

- uses: actions/checkout@v2

- uses: ncipollo/release-action@v1
with:
tag: ${{ steps.newtag.outputs.new_tag }}
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit ed1932e

Please sign in to comment.