Skip to content

fix: Add license file to properly show it is MIT license #85

fix: Add license file to properly show it is MIT license

fix: Add license file to properly show it is MIT license #85

Workflow file for this run

name: Tagging workflow
on:
issue_comment:
types: [created]
pull_request:
branches: [master]
types: [opened, synchronize, ready_for_review, edited, closed]
jobs:
build:
runs-on: ubuntu-latest
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- name: Push RC tag
uses: mercadolibre/fury-core-ci@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}