mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
build(deps): bump samuelmeuli/action-snapcraft from 2 to 3
Bumps [samuelmeuli/action-snapcraft](https://github.com/samuelmeuli/action-snapcraft) from 2 to 3. - [Release notes](https://github.com/samuelmeuli/action-snapcraft/releases) - [Commits](https://github.com/samuelmeuli/action-snapcraft/compare/v2...v3) --- updated-dependencies: - dependency-name: samuelmeuli/action-snapcraft dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
3e515ade84
commit
0653a5681b
2 changed files with 3 additions and 3 deletions
|
|
@ -15,7 +15,7 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Install Snapcraft
|
||||
uses: samuelmeuli/action-snapcraft@v2
|
||||
uses: samuelmeuli/action-snapcraft@v3
|
||||
- run: yes | snapcraft promote superproductivity --from-channel latest/edge --to-channel latest/stable
|
||||
env: # Workaround for https://github.com/snapcore/snapcraft/issues/4439
|
||||
SNAPCRAFT_HAS_TTY: 'true'
|
||||
|
|
@ -61,7 +61,7 @@ jobs:
|
|||
# run: npm run build
|
||||
#
|
||||
# - name: Install Snapcraft
|
||||
# uses: samuelmeuli/action-snapcraft@v2
|
||||
# uses: samuelmeuli/action-snapcraft@v3
|
||||
# env:
|
||||
# SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_STORE_CREDENTIALS }}
|
||||
#
|
||||
|
|
|
|||
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -66,7 +66,7 @@ jobs:
|
|||
run: npm run build
|
||||
|
||||
- name: Install Snapcraft
|
||||
uses: samuelmeuli/action-snapcraft@v2
|
||||
uses: samuelmeuli/action-snapcraft@v3
|
||||
|
||||
- name: Build/Release Electron app
|
||||
uses: johannesjo/action-electron-builder@v1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue