Skip to content

Commit

Permalink
ci: change step names
Browse files Browse the repository at this point in the history
  • Loading branch information
EdieLemoine committed Oct 23, 2024
1 parent c6f81d2 commit 7f731f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
client-secret: ${{ secrets.CHROME_WEB_STORE_CLIENT_SECRET }}
refresh-token: ${{ secrets.CHROME_WEB_STORE_REFRESH_TOKEN }}

- name: 'Publish Flespakket testing extension'
- name: 'Publish Flespakket extension'
uses: mnao305/[email protected]
continue-on-error: true
with:
Expand All @@ -143,7 +143,7 @@ jobs:
client-secret: ${{ secrets.CHROME_WEB_STORE_CLIENT_SECRET }}
refresh-token: ${{ secrets.CHROME_WEB_STORE_REFRESH_TOKEN }}

- name: 'Publish SendMyParcel testing extension'
- name: 'Publish SendMyParcel extension'
uses: mnao305/[email protected]
continue-on-error: true
with:
Expand Down

0 comments on commit 7f731f4

Please sign in to comment.