diff options
author | 2021-05-15 22:50:20 -0700 | |
---|---|---|
committer | 2021-05-15 22:50:20 -0700 | |
commit | c0f5b2bb6c470dc3669c5cbec53a19133223dc42 (patch) | |
tree | bb51ea063c63801f695c1b294838d47581d6a552 | |
parent | 110fbaa2c26c2dd910b169e028a69e1dbbba7187 (diff) | |
download | notion-c0f5b2bb6c470dc3669c5cbec53a19133223dc42.tar.gz notion-c0f5b2bb6c470dc3669c5cbec53a19133223dc42.tar.zst notion-c0f5b2bb6c470dc3669c5cbec53a19133223dc42.zip |
ci: update changelog action version
-rw-r--r-- | .github/workflows/release.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index eae8666..c9b9f37 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v2 - name: Generate changelog id: changelog - uses: metcalfc/changelog-generator@v0.3.2 + uses: metcalfc/changelog-generator@v1.0.0 with: myToken: ${{ secrets.GITHUB_TOKEN }} - name: Create Release |