Skip to content

Commit 1e1dbe1

Browse files
committed
fix: push tag
1 parent 831159b commit 1e1dbe1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/pr-release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ jobs:
5757
git commit -m "chore: bump version to ${RC_VERSION} [skip ci]" || echo "No changes to commit"
5858
git tag -a "v${RC_VERSION}" -m "Pre-release version ${RC_VERSION}"
5959
60+
- name: Push tag to trigger Docker build
61+
run: |
62+
git push origin "v${{ steps.version.outputs.RC_VERSION }}"
63+
6064
- name: Create GitHub pre-release
6165
env:
6266
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)