Skip to content

Commit

Permalink
fix(idk): ree
Browse files Browse the repository at this point in the history
  • Loading branch information
VampireChicken12 committed Aug 29, 2023
1 parent b012804 commit e31365c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,15 @@ jobs:

- name: Build Extension
run: npm run build
working-directory: ${{github.workspace}}

- name: Run Semantic Release
env:
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}
run: npx semantic-release
- name: Update package.json Version
env:
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}
run: |
# Extract the new version from the Semantic Release output
NEW_VERSION=$(npx semantic-release --dry-run | grep "New version:" | awk '{print $3}')
Expand Down

0 comments on commit e31365c

Please sign in to comment.