Skip to content

Commit

Permalink
channel 1 for main
Browse files Browse the repository at this point in the history
  • Loading branch information
mina1460 committed Aug 22, 2023
1 parent 5b4cc3d commit aba3c77
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/snap-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,11 @@ name: Release jimmctl snap

on:
workflow_dispatch:
inputs:
channel:
description: 'Release Channel'
required: true
type: choice
options:
- '1'
- '2'
push:
pull_request:
types:
- opened


# Note this workflow requires a Github secret to provide auth against snapstore.
# snapcraft export-login --snaps=PACKAGE_NAME --acls package_access,package_push,package_update,package_release exported.txt
Expand Down Expand Up @@ -53,5 +45,5 @@ jobs:
with:
store_login: ${{ secrets.STORE_LOGIN }}
snap: ${{needs.build.outputs.snap}}
release: ${{ inputs.channel }}
release: 1

0 comments on commit aba3c77

Please sign in to comment.