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.
1 parent 0282dc2 commit 8648be5Copy full SHA for 8648be5
.github/workflows/release-comment-issues.yml
@@ -15,12 +15,6 @@ jobs:
15
runs-on: ubuntu-20.04
16
name: 'Notify issues'
17
steps:
18
- - name: Check out code
19
- uses: actions/checkout@v4
20
-
21
- - name: Install dependencies
22
- run: yarn install --frozen-lockfile
23
24
- name: Get version
25
id: get_version
26
run: echo "version=${{ github.event.inputs.version || github.event.release.tag_name }}" >> $GITHUB_OUTPUT
0 commit comments