Skip to content

Merge pull request #514 from yanamura/dependabot/npm_and_yarn/types/n… #787

Merge pull request #514 from yanamura/dependabot/npm_and_yarn/types/n…

Merge pull request #514 from yanamura/dependabot/npm_and_yarn/types/n… #787

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 }}