Skip to content

Commit

Permalink
fix(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mkosir committed Nov 4, 2024
1 parent 289e799 commit 1b156ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
VERSION_SPACES=$(bunx run semantic-release --dry-run | grep -oP 'Published release \K.*? ')
VERSION_SPACES=$(bun run release --dry-run | grep -oP 'Published release \K.*? ')
VERSION="${VERSION_SPACES// /}"
echo "export const VERSION_INFO = 'v$VERSION';" > $FILE_PATH_VERSION_INFO
cat $FILE_PATH_VERSION_INFO
Expand Down

0 comments on commit 1b156ce

Please sign in to comment.