Skip to content

Commit

Permalink
fix: update release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
stepan662 committed Dec 16, 2024
1 parent cb684e7 commit 8d9e40c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:

- name: Upload Release Asset Chrome
if: ${{ steps.version.outputs.VERSION != '' }}
id: upload-release-asset
id: upload-release-chrome-asset
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.TOLGEE_MACHINE_PAT }}
Expand All @@ -79,7 +79,7 @@ jobs:

- name: Upload Release Asset Firefox
if: ${{ steps.version.outputs.VERSION != '' }}
id: upload-release-asset
id: upload-release-firefox-asset
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.TOLGEE_MACHINE_PAT }}
Expand Down

0 comments on commit 8d9e40c

Please sign in to comment.