File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed
Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments