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

Updated .github/workflows/sync-release-version.yml

This commit is contained in:
Tonye Jack 2021-04-04 10:50:20 -04:00
parent d6073aaf32
commit 101e4b2521

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: Sync release version. - name: Sync release version.
uses: tj-actions/sync-release-version@v8 uses: tj-actions/sync-release-version@v8
id: sync-release-version id: sync-release-version