Skip to content

Merge pull request #481 from yanamura/dependabot/npm_and_yarn/typescr… #788

Merge pull request #481 from yanamura/dependabot/npm_and_yarn/typescr…

Merge pull request #481 from yanamura/dependabot/npm_and_yarn/typescr… #788

Workflow file for this run

name: Diff
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- run: git tag --sort version:refname
- name: Diff
id: diff
uses: ./
- name: Show
run: echo ${{ steps.diff.outputs.diff }}