Skip to content

Bump cargo version

Bump cargo version #1

Workflow file for this run

on:
push:
tags:
- '*'
jobs:
check:
runs-on: ubuntu-latest
steps:
- id: get_repository_name
run: echo ::set-output name=REPOSITORY_NAME::$(echo "$GITHUB_REPOSITORY" | awk -F / '{print $2}' | sed -e "s/:refs//")
shell: bash
- uses: mislav/[email protected]
if: '!contains(github.ref, ''-'')'
with:
formula-name: '${{ steps.get_repository_name.outputs.REPOSITORY_NAME }}'
homebrew-tap: PurpleBooth/homebrew-repo
env:
COMMITTER_TOKEN: '${{ secrets.COMMITTER_TOKEN }}'