Skip to content

Commit

Permalink
go on
Browse files Browse the repository at this point in the history
  • Loading branch information
marikaner committed Sep 9, 2024
1 parent 0f32a18 commit 355397e
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,16 @@ jobs:
git config --global user.name "cloud-sdk-js"
- name: Bump version
run: yarn run version
- id: get-workspaces
run: echo "workspaces=`yarn ts-node ${{ github.workspace }}/scripts/get-workspaces.ts`" >> $GITHUB_OUTPUT
- id:
get-workspaces
# date=`date +%Y%m%d%H%M%S`
# rm -f .changeset/*.md
# cp canary-release-changeset.md .changeset
# yarn changeset pre enter ${date}
run: |
workspaces=`yarn ts-node ${{ github.workspace }}/scripts/get-workspaces.ts`
echo $workspaces
echo "workspaces=${workspaces}" >> $GITHUB_OUTPUT
- name: Get Changelog
id: merge-changelogs
uses: ./.github/actions/merge-changelogs
Expand Down

0 comments on commit 355397e

Please sign in to comment.