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 3b34fb8 commit 33a021cCopy full SHA for 33a021c
1 file changed
.github/workflows/tag_and_publish.yml
@@ -77,6 +77,8 @@ jobs:
77
ref: ${{ inputs.default_branch }}
78
fetch-depth: 0
79
token: ${{ secrets.SERVICE_TOKEN }}
80
+ - name: Pull latest changes
81
+ run: git pull origin main
82
- name: Compute new version number
83
id: tag_version
84
uses: mathieudutour/github-tag-action@v6.2
0 commit comments