Skip to content

Commit

Permalink
chore(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mkosir committed Nov 15, 2024
1 parent 1fb1bde commit 9b360d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:

- name: REMOVE
run: |
npx semantic-release --dry-run
NEXT_VERSION=$(npx semantic-release --dry-run | grep -oP 'The next release version is \K[0-9]+\.[0-9]+\.[0-9]+')
npx semantic-release --branches main --dry-run
NEXT_VERSION=$(npx semantic-release --branches main --dry-run | grep -oP 'The next release version is \K[0-9]+\.[0-9]+\.[0-9]+')
echo "Next version: $NEXT_VERSION"
- name: Build 🏗️
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
npx semantic-release --dry-run
npx semantic-release --branches main --dry-run
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
Expand Down

0 comments on commit 9b360d7

Please sign in to comment.