Skip to content

Commit

Permalink
debugging snapcraft release
Browse files Browse the repository at this point in the history
  • Loading branch information
sgarciac committed Sep 10, 2023
1 parent 085bdef commit 800767e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/master.workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,14 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
snap-release-job:
needs: test
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
env:
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.snapcraft_token }}
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Install Snapcraft
uses: samuelmeuli/action-snapcraft@v1
uses: samuelmeuli/action-snapcraft@v2
with:
snapcraft_token: ${{ secrets.snapcraft_token }}
use_lxd: true
Expand Down

0 comments on commit 800767e

Please sign in to comment.