chore: release pulls version tag changes

This commit is contained in:
Maya
2025-11-26 10:34:46 -05:00
parent bdc4b3cccd
commit 2f4a4a7587

View File

@@ -136,8 +136,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Pull latest changes # Add this step
run: git pull origin $(git rev-parse --abbrev-ref HEAD)
- name: Pull latest changes
run: git pull --rebase origin $(git rev-parse --abbrev-ref HEAD)
- name: Install Rust
uses: dtolnay/rust-toolchain@1.90.0
@@ -186,8 +186,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Pull latest changes # Add this step
run: git pull origin $(git rev-parse --abbrev-ref HEAD)
- name: Pull latest changes
run: git pull --rebase origin $(git rev-parse --abbrev-ref HEAD)
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3