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 831159b commit 1e1dbe1Copy full SHA for 1e1dbe1
.github/workflows/pr-release.yml
@@ -57,6 +57,10 @@ jobs:
57
git commit -m "chore: bump version to ${RC_VERSION} [skip ci]" || echo "No changes to commit"
58
git tag -a "v${RC_VERSION}" -m "Pre-release version ${RC_VERSION}"
59
60
+ - name: Push tag to trigger Docker build
61
+ run: |
62
+ git push origin "v${{ steps.version.outputs.RC_VERSION }}"
63
+
64
- name: Create GitHub pre-release
65
env:
66
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments