0
0
Fork 0
mirror of https://github.com/tj-actions/pg-dump.git synced 2024-12-20 01:18:49 +00:00

Update sync-release-version.yml

This commit is contained in:
Tonye Jack 2021-04-02 09:52:11 -04:00 committed by GitHub
parent 618c594c47
commit 6026c793da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,6 +9,8 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Bumpversion release version - name: Bumpversion release version
uses: tj-actions/bumpversion@v7.2 uses: tj-actions/bumpversion@v7.2
id: bumpversion id: bumpversion