Mirror of
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #2 from trueberryless-org/update-template-files

[ci] sync template files

authored by

trueberryless and committed by
GitHub
9ecdb8dd e7f1a86c

+1 -1
+1 -1
.github/workflows/deployment.yaml
··· 78 78 if: steps.changesets.outputs.hasChangesets == 'true' 79 79 run: | 80 80 git checkout changeset-release/main 81 - VERSION=$(node -p "require('./docs/package.json').version") 81 + VERSION=$(node -p "require('./packages/starlight-save-file-component/package.json').version") 82 82 git commit --amend -m "[ci] release ${{ env.IMAGE_NAME }}-docs v$VERSION" --no-edit 83 83 git push origin changeset-release/main:changeset-release/main --force 84 84