Skip to content

Commit

Permalink
Disabling snap publishing temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
NickGeek committed Oct 31, 2024
1 parent e906c07 commit 0b18e84
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,12 @@ jobs:

- name: Package & Publish (if draft release exists)
run: yarn dist
- name: Publish to Snap Store
env:
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_TOKEN }}
run: |
sudo snap install snapcraft --classic
snapcraft push "dist/micropad_$(npm pkg get version | sed 's/"//g')_amd64.snap" --release candidate
# - name: Publish to Snap Store
# env:
# SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_TOKEN }}
# run: |
# sudo snap install snapcraft --classic
# snapcraft push "dist/micropad_$(npm pkg get version | sed 's/"//g')_amd64.snap" --release candidate

package-macos:
needs: [prepare-posix]
Expand Down

0 comments on commit 0b18e84

Please sign in to comment.