Skip to content

Commit 4e9211b

Browse files
committed
1.0.1
1 parent 5752a0f commit 4e9211b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Upload files to a GitHub release.
99
steps:
1010
#
1111
- name: Upload to release
12-
uses: cloudnode-pro/[email protected].0
12+
uses: cloudnode-pro/[email protected].1
1313
with:
1414
# See the ‘Inputs’ section below for details.
1515
release-id: 123456 # Optional for `release` events.

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ inputs:
99
required: true
1010
runs:
1111
using: docker
12-
image: docker://ghcr.io/cloudnode-pro/release-upload-asset:1.0.0
12+
image: docker://ghcr.io/cloudnode-pro/release-upload-asset:1.0.1
1313
env:
1414
GH_INPUTS: ${{ toJSON(inputs) }}
1515

0 commit comments

Comments
 (0)