Skip to content

Commit 8974d69

Browse files
committed
1.0.2
1 parent e893344 commit 8974d69

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].1
12+
uses: cloudnode-pro/[email protected].2
1313
with:
1414
# See the ‘Inputs’ section below for details.
1515
gh-token: ${{ github.token }}

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ inputs:
1212
required: true
1313
runs:
1414
using: docker
15-
image: docker://ghcr.io/cloudnode-pro/release-upload-asset:1.0.1
15+
image: docker://ghcr.io/cloudnode-pro/release-upload-asset:1.0.2
1616
env:
1717
GH_INPUTS: ${{ toJSON(inputs) }}
1818

0 commit comments

Comments
 (0)