Skip to content

Commit

Permalink
[ext] fix: release workflow could not check a release tag already exi…
Browse files Browse the repository at this point in the history
…sts (#1988)
  • Loading branch information
amatissart committed Jun 20, 2024
1 parent b43fd88 commit d65689a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/browser-extension-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
fetch-tags: true
fetch-depth: 0

- uses: actions/setup-node@v4
with:
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Error message
if: failure()
run: |
run: >
curl
-F 'payload_json={"username": "ExtensionBot",
"content": "Problem with the build of browser extension version **${{ env.ext_version }}**.\n
Expand Down

0 comments on commit d65689a

Please sign in to comment.