Skip to content

Commit 59f26e2

Browse files
author
Adam Argyle
committed
will fix build releases being blocked by failing deployments
1 parent a23ce70 commit 59f26e2

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,13 @@ jobs:
2626
npm install
2727
npm run extension:release
2828
29+
- name: Git Push
30+
uses: ad-m/github-push-action@master
31+
with:
32+
tags: true
33+
branch: 'main'
34+
github_token: ${{ secrets.GITHUB_TOKEN }}
35+
2936
- name: Release
3037
uses: trmcnvn/chrome-addon@v2
3138
with:
@@ -42,10 +49,3 @@ jobs:
4249
FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }}
4350
with:
4451
args: deploy
45-
46-
- name: Git Push
47-
uses: ad-m/github-push-action@master
48-
with:
49-
tags: true
50-
branch: 'main'
51-
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)