We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ac1868f + 2881d3e commit a7d0488Copy full SHA for a7d0488
.github/workflows/release.yaml
@@ -29,7 +29,7 @@ jobs:
29
fetch-depth: 0
30
- name: Get changed files
31
id: changed-markdown-files
32
- uses: tj-actions/changed-files@3981e4f74104e7a4c67a835e1e5dd5d9eb0f0a57 # tag=v45.0.7
+ uses: tj-actions/changed-files@ed68ef82c095e0d48ec87eccea555d944a631a4c # tag=v46.0.5
33
with:
34
files: CHANGELOG/**.md
35
- name: Get release version
@@ -123,4 +123,4 @@ jobs:
123
draft: true
124
files: out/*
125
body_path: ${{ env.RELEASE_TAG }}.md
126
- tag_name: ${{ env.RELEASE_TAG }}
+ tag_name: ${{ env.RELEASE_TAG }}
0 commit comments