We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87519a0 commit 48348feCopy full SHA for 48348fe
.github/workflows/publish.yml
@@ -23,6 +23,11 @@ jobs:
23
uses: actions/checkout@v4
24
with:
25
fetch-depth: 0
26
+ - name: Pull latest changes (from bump-version)
27
+ run: |
28
+ git config --global user.email "[email protected]"
29
+ git config --global user.name "GitHub Actions"
30
+ git pull origin ${{ github.ref_name }}
31
32
- name: Setup Node.js
33
uses: ./.github/actions
0 commit comments