Skip to content

feat: icon for snap (#28) #21

feat: icon for snap (#28)

feat: icon for snap (#28) #21

Workflow file for this run

name: Release Armaria
on:
push:
tags:
- '*'
permissions:
contents: write
jobs:
goreleaser:
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install Nix
uses: cachix/install-nix-action@v22
- name: Setup Docker
run: |
brew install docker
colima start
- name: Release
run: task release
shell: nix develop --command bash -e {0}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
WINGET_AUTH_TOKEN: ${{ secrets.WINGET_AUTH_TOKEN }}
TAP_AUTH_TOKEN: ${{ secrets.TAP_AUTH_TOKEN }}
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_STORE_CREDENTIALS }}