Skip to content

Commit 8648be5

Browse files
committed
no need for install anymore
1 parent 0282dc2 commit 8648be5

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/release-comment-issues.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,6 @@ jobs:
1515
runs-on: ubuntu-20.04
1616
name: 'Notify issues'
1717
steps:
18-
- name: Check out code
19-
uses: actions/checkout@v4
20-
21-
- name: Install dependencies
22-
run: yarn install --frozen-lockfile
23-
2418
- name: Get version
2519
id: get_version
2620
run: echo "version=${{ github.event.inputs.version || github.event.release.tag_name }}" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)