Skip to content

Commit

Permalink
now maybe?
Browse files Browse the repository at this point in the history
  • Loading branch information
marikaner committed Sep 9, 2024
1 parent 8cef600 commit 3ad3b2f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,9 @@ jobs:
git config --global user.name "cloud-sdk-js"
- name: Bump version
run: yarn run version
- run: |
workspaces=`yarn ts-node ${{ github.workspace }}/scripts/get-workspaces.ts`
- run: |
workspaces=`yarn ts-node ${{ github.workspace }}/scripts/get-workspaces.ts`
echo $workspaces
- id: get-workspaces
run: |
workspaces=`yarn ts-node ${{ github.workspace }}/scripts/get-workspaces.ts`
workspaces=`yarn -s ts-node ${{ github.workspace }}/scripts/get-workspaces.ts`
echo $workspaces
echo "workspaces=$workspaces" >> $GITHUB_OUTPUT
- name: Get Changelog
Expand Down

0 comments on commit 3ad3b2f

Please sign in to comment.