Skip to content

Commit 98b7d37

Browse files
committed
chore: action
1 parent 3e98c3f commit 98b7d37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: echo "PACKAGE_VERSION=$(node -p "require('./src-tauri/tauri.conf.json').package.version")" >> $GITHUB_ENV
2222
- name: Create release
2323
id: create_release
24-
uses: actions/create-release@v1.1.0
24+
uses: actions/create-release@v1
2525
env:
2626
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2727
with:

0 commit comments

Comments
 (0)