Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ jobs:
max_attempts: 2
command: yarn

- name: Install Fragment CLI
run: npm install -g @fragment-dev/cli

- name: Bump version
id: bump-version
run: |
Expand All @@ -56,6 +59,7 @@ jobs:
echo "Creating NPM release ${{ inputs.type }}"
npm version ${{ inputs.type }}
yarn build
yarn update-test-schema
echo "version=$(npm pkg get version | tr -d '\"')"
echo "version=$(npm pkg get version | tr -d '\"')" >> $GITHUB_OUTPUT
env:
Expand Down
Loading