Skip to content

Commit c5ca091

Browse files
Update remote_release.yml
1 parent 6ebe135 commit c5ca091

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

.github/workflows/remote_release.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,16 @@ on:
66

77
jobs:
88
submodule:
9-
name: Update submodule and create tag
9+
name: Create tag
1010
runs-on: Ubuntu-latest
1111
steps:
1212
- name: Checkout
1313
uses: actions/checkout@v3
1414
with:
1515
path: repo
1616
fetch-depth: 0 # test if depth in fetch history is required
17-
- name: Update submodule and push with tag
17+
- name: Update with tag
1818
run: |
19-
git submodule update --recursive --remote
20-
git add .
21-
git commit -m "git submodule updated"
2219
git tag ${{ github.event.client_payload.tag }}
2320
git push --atomic origin master ${{ github.event.client_payload.tag }}
24-
25-
21+

0 commit comments

Comments
 (0)