mirror of
https://github.com/trycua/computer.git
synced 2026-01-06 05:20:02 -06:00
Fix incorrect workflow image name
This commit is contained in:
2
.github/workflows/npm-publish-cli.yml
vendored
2
.github/workflows/npm-publish-cli.yml
vendored
@@ -123,7 +123,7 @@ jobs:
|
||||
|
||||
- name: Create Release
|
||||
id: create_release
|
||||
uses: actions/create-release@v2
|
||||
uses: actions/create-release@v1
|
||||
with:
|
||||
tag_name: ${{ steps.version.outputs.tag }}
|
||||
release_name: CUA CLI ${{ steps.version.outputs.version }}
|
||||
|
||||
Reference in New Issue
Block a user