Skip to content

Bump minimist from 1.2.5 to 1.2.8 in /tests/integrations #38

Bump minimist from 1.2.5 to 1.2.8 in /tests/integrations

Bump minimist from 1.2.5 to 1.2.8 in /tests/integrations #38

Workflow file for this run

name: Create Tag
on:
push:
branches:
- master
- rc
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: butlerlogic/action-autotag@stable
with:
GITHUB_TOKEN: "${{ secrets.AUTO_TAG_TOKEN }}"