Skip to content

Commit 18c5832

Browse files
authored
Merge branch 'main' into patch-1
2 parents 260945d + cf594f7 commit 18c5832

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.bcr/config.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
fixedReleaser:
16-
login: f0rmiga
17-
1815
moduleRoots: [".", "gazelle"]

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,10 @@ jobs:
7070
needs: publish_bcr
7171
runs-on: ubuntu-latest
7272
steps:
73+
- name: Checkout
74+
uses: actions/checkout@v5
75+
with:
76+
ref: ${{ github.tag_name || github.ref_name }}
7377
- if: github.event_name == 'push' || github.event.inputs.publish_to_pypi
7478
env:
7579
# This special value tells pypi that the user identity is supplied within the token

0 commit comments

Comments
 (0)