Skip to content

Commit 33a021c

Browse files
authored
git pulls after every job that commits (#8)
1 parent 3b34fb8 commit 33a021c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/tag_and_publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ jobs:
7777
ref: ${{ inputs.default_branch }}
7878
fetch-depth: 0
7979
token: ${{ secrets.SERVICE_TOKEN }}
80+
- name: Pull latest changes
81+
run: git pull origin main
8082
- name: Compute new version number
8183
id: tag_version
8284
uses: mathieudutour/github-tag-action@v6.2

0 commit comments

Comments
 (0)