Skip to content

Commit 78cbb2e

Browse files
committed
Merge branch 'auto_release'
2 parents 696ece6 + cccdf7c commit 78cbb2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/auto-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
uses: actions/checkout@v2
1414
with:
1515
fetch-depth: 0
16-
- name: Release
17-
uses: justincy/github-action-npm-release@v2.0.2
16+
- name: Automatic GitHub Release
17+
uses: justincy/github-action-npm-release@2.0.2
1818
id: release
1919
- name: Print release output
2020
if: ${{ steps.release.outputs.released == 'true' }}

0 commit comments

Comments
 (0)