Skip to content

Bump to 6.0.6

Bump to 6.0.6 #20

Workflow file for this run

name: CI
on:
push:
tags:
- "*"
paths:
- Package Managers.alfredworkflow
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Create GitHub Release
uses: elgohr/Github-Release-Action@v5
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
with:
title: ${{ github.ref }}
- name: GitHub Upload Release Artifacts
uses: Shopify/[email protected]
with:
name: Package.Managers.alfredworkflow
repo-token: ${{ secrets.GITHUB_TOKEN }}
path: Package Managers.alfredworkflow