Skip to content

Commit f667fd8

Browse files
committed
Push to GitHub
1 parent 397ad2d commit f667fd8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@ jobs:
8686
# Increment package version:
8787
npm version ${{ github.event.inputs.version }}
8888
89+
# Push changes to GitHub:
90+
git push --follow-tags
91+
8992
# Replace GitHub links to individual packages with npm links:
9093
- name: 'Replace all GitHub links to individual packages with npm links'
9194
run: |

0 commit comments

Comments
 (0)