Skip to content

Commit

Permalink
Build snap on release
Browse files Browse the repository at this point in the history
  • Loading branch information
atuleu committed Nov 11, 2021
1 parent 1cdda01 commit b6766b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/snap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ on:
push:
branches:
- master
release:
types: published
release:
types: published

jobs:
snap-fort-studio:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Fetches all tags
run: git fetch --prune --unshallow --tags
run: git fetch --prune --unshallow --tags -f
- uses: snapcore/action-build@v1
- name: Login to snap
run: |
Expand Down

0 comments on commit b6766b1

Please sign in to comment.