Skip to content

Commit eb021c4

Browse files
committed
Fixing snapcraft command deprecation
1 parent 0051ae6 commit eb021c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_TOKEN }}
8181
run: |
8282
sudo snap install snapcraft --classic
83-
snapcraft push "dist/micropad_$(npm pkg get version | sed 's/"//g')_amd64.snap" --release candidate
83+
snapcraft upload "dist/micropad_$(npm pkg get version | sed 's/"//g')_amd64.snap" --release candidate
8484
8585
package-macos:
8686
needs: [prepare-posix]

0 commit comments

Comments
 (0)