Skip to content

Commit f9ebb90

Browse files
committed
prettier
1 parent a7ac481 commit f9ebb90

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
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

.github/workflows/ci.release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)