Skip to content

Commit dffc3cb

Browse files
authored
Release 1.221.0
See release notes.
2 parents 3d0c60e + eaa3fcb commit dffc3cb

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -643,17 +643,14 @@ jobs:
643643
# https://github.com/actions/checkout
644644
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
645645
with:
646-
persist-credentials: false
646+
persist-credentials: true # Required for salsify action to push git tags
647647
fetch-depth: 2
648648

649-
- name: Common setup
650-
uses: ./.github/actions/common-setup
649+
- name: Set up Python environment
650+
# https://github.com/actions/setup-python
651+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
651652
with:
652653
python-version: "3.13"
653-
free-disk-space: "true"
654-
655-
- name: Ensure script is executable
656-
run: chmod +x scripts/package-version.sh
657654

658655
- name: Create git tag
659656
# https://github.com/salsify/action-detect-and-tag-new-version

0 commit comments

Comments
 (0)