Skip to content

Commit 2d43f5d

Browse files
Update remote_release.yml
1 parent c5ca091 commit 2d43f5d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/remote_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
uses: actions/checkout@v3
1414
with:
1515
path: repo
16-
fetch-depth: 0 # test if depth in fetch history is required
1716
- name: Update with tag
1817
run: |
18+
cd repo
1919
git tag ${{ github.event.client_payload.tag }}
2020
git push --atomic origin master ${{ github.event.client_payload.tag }}
2121

0 commit comments

Comments
 (0)