Skip to content

Commit

Permalink
fix: auth change fix in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nkrusch committed Nov 19, 2023
1 parent 790d626 commit 39e0196
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 10 deletions.
24 changes: 15 additions & 9 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,22 @@ jobs:
run: |
npm run test
npm run build
- name: Upload to Chrome Web Store
uses: mobilefirstllc/cws-publish@latest
- name: 'Preserve Artifact'
uses: actions/upload-artifact@v3
with:
action: upload
client_id: ${{ secrets.CLIENT }}
client_secret: ${{ secrets.SECRET }}
refresh_token: ${{ secrets.TOKEN }}
extension_id: jnmekaomnicdcpgdndekkmojfomifjal
zip_file: release.zip
name: release
path: release.zip
retention-days: 7

# - name: Upload to Chrome Web Store
# uses: mobilefirstllc/cws-publish@latest
# with:
# action: upload
# client_id: ${{ secrets.CLIENT }}
# client_secret: ${{ secrets.SECRET }}
# refresh_token: ${{ secrets.TOKEN }}
# extension_id: jnmekaomnicdcpgdndekkmojfomifjal
# zip_file: release.zip

- uses: ncipollo/release-action@v1
with:
Expand Down
13 changes: 12 additions & 1 deletion docs/docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
---
hide:
- navigation
- toc
---

# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [3.7.0](https://github.com/MobileFirstLLC/shortcuts-for-chrome/compare/v3.6.0...v3.7.0) (2023-11-19)
### [3.7.0](https://github.com/MobileFirstLLC/shortcuts-for-chrome/compare/v3.6.0...v3.7.0) (2023-11-19)

* Remove share options from context menu by @nkrusch in https://github.com/MobileFirstLLC/shortcuts-for-chrome/pull/96
* Update the chrome urls list by @nkrusch in https://github.com/MobileFirstLLC/shortcuts-for-chrome/pull/99
* Update translations by @nkrusch in https://github.com/MobileFirstLLC/shortcuts-for-chrome/pull/101
* Update docs and test by @nkrusch in https://github.com/MobileFirstLLC/shortcuts-for-chrome/pull/104

### [3.6.0](https://github.com/MobileFirstLLC/shortcuts-for-chrome/compare/v3.5.1...v3.6.0) (2021-11-21)

Expand Down

0 comments on commit 39e0196

Please sign in to comment.