Skip to content
This repository was archived by the owner on May 4, 2023. It is now read-only.

Commit aba14cc

Browse files
committed
add snapcraft and bump version
1 parent c26c9e0 commit aba14cc

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/test.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ jobs:
2626
run: npm run lint
2727
- name: Package
2828
run: npm run package
29-
# - name: Install Snapcraft
30-
# uses: samuelmeuli/action-snapcraft@v1
31-
# # Only install Snapcraft on Ubuntu
32-
# if: startsWith(matrix.os, 'ubuntu')
33-
# with:
34-
# # Log in to Snap Store
35-
# snapcraft_token: ${{ secrets.snapcraft_token }}
29+
- name: Install Snapcraft
30+
uses: samuelmeuli/action-snapcraft@v1
31+
# Only install Snapcraft on Ubuntu
32+
if: startsWith(matrix.os, 'ubuntu')
33+
with:
34+
# Log in to Snap Store
35+
snapcraft_token: ${{ secrets.snapcraft_token }}
3636
- name: Prepare for app notarization
3737
if: startsWith(matrix.os, 'macos')
3838
# Import Apple API key for app notarization on macOS

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"coding-assistant",
77
"codiga"
88
],
9-
"version": "0.0.1",
9+
"version": "0.0.2",
1010
"homepage": "https://www.codiga.io/",
1111
"bugs": {
1212
"url": "https://github.com/codiga/electron-app/issues"

0 commit comments

Comments
 (0)