Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jsmnbom committed Jul 27, 2024
1 parent 8a5c9e4 commit 0407ab4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,12 @@ jobs:

# steps:
# - uses: oven-sh/setup-bun@v2
# - name: Parse semver string
# id: semver
# uses: booxmedialtd/[email protected]
# with:
# input_string: ${{ github.ref }}
# version_extractor_regex: '\/v(.*)$'
# - uses: actions/download-artifact@v4

# - name: Submit to Chrome Web Store
Expand Down

0 comments on commit 0407ab4

Please sign in to comment.