Mirror of
0
fork

Configure Feed

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

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

[ci] sync template files

authored by

trueberryless and committed by
GitHub
3c321a7f 110d124f

+9
+9
.github/workflows/publish.yaml
··· 74 74 GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }} 75 75 NPM_TOKEN: ${{ secrets.NPM_TOKEN }} 76 76 77 + - name: Get published version 78 + if: steps.changesets.outputs.hasChangesets == 'true' 79 + run: | 80 + git checkout changeset-release/main 81 + VERSION=$(node -p "require('./packages/starlight-sidebar-topics-dropdown/package.json').version") 82 + NAME=$(node -p "require('./packages/starlight-sidebar-topics-dropdown/package.json').name") 83 + git commit --amend -m "[ci] release $NAME v$VERSION" --no-edit 84 + git push origin changeset-release/main:changeset-release/main --force 85 + 77 86 image-tag: 78 87 name: Image Tag 79 88 runs-on: ubuntu-latest