File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 - name : Run actionlint
2525 run : /home/runner/go/bin/actionlint
2626 yamllint :
27- uses : parcelLab/ci/.github/workflows/yaml.yaml@main
27+ uses : parcelLab/ci/.github/workflows/yaml.yaml@main
Original file line number Diff line number Diff line change @@ -28,14 +28,14 @@ jobs:
2828 echo "major_version=$MAJOR_VERSION" >> $GITHUB_OUTPUT
2929 echo "full_version=$TAG_NAME" >> $GITHUB_OUTPUT
3030 - name : Update major version tag
31- run : |
31+ run : |
3232 git config user.name "parcellab-dev-bot"
3333 git config user.email "dev.bot@parcellab.com"
3434
3535 # Delete existing major version tag if it exists
3636 git tag -d ${{ steps.version.outputs.major_version }} || true
3737 git push -d origin ${{ steps.version.outputs.major_version }} || true
38-
38+
3939 # Create new major version tag pointing to the same commit as the full version
4040 git tag ${{ steps.version.outputs.major_version }}
4141 git push origin tag ${{ steps.version.outputs.major_version }}
You can’t perform that action at this time.
0 commit comments