Skip to content

Commit

Permalink
Update secure-browser-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
oluwatobimaxwell authored Sep 11, 2024
1 parent f566706 commit 1790ca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/secure-browser-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
with:
ref: electron-22
node-version: '20'

- name: Bump version and push tag
Expand All @@ -47,6 +46,7 @@ jobs:
- name: Check out Git repository
uses: actions/checkout@v3
with:
ref: electron-22
repository: ${{ secrets.APP_REPO }}
token: ${{ env.GH_TOKEN }}
path: 'app'
Expand Down

0 comments on commit 1790ca5

Please sign in to comment.