Skip to content

Commit 8640d03

Browse files
Update publish.yml
1 parent da0ae93 commit 8640d03

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
# Friendly description to be shown in the UI instead of 'name'
1313
description: 'Version name'
1414
# Default value if no value is explicitly provided
15-
default: 'v1.0.17'
15+
default: 'v1.0.26'
1616
# Input has to be provided for the workflow to run
1717
required: true
1818

@@ -28,7 +28,7 @@ jobs:
2828
- name: Download workflow artifact
2929
# You may pin to the exact commit or the version.
3030
# uses: dawidd6/action-download-artifact@8c96194455d424a24437ec57817e0aa1a1d72adb
31-
uses: dawidd6/action-download-artifact@v2.12.0
31+
uses: dawidd6/action-download-artifact@v2.14.1
3232
with:
3333
# Workflow name
3434
workflow: build.yml
@@ -41,7 +41,7 @@ jobs:
4141
- name: Create Release
4242
# You may pin to the exact commit or the version.
4343
# uses: ncipollo/release-action@4b71ee3b25951e6098e7434cdc485edc5b3adab2
44-
uses: ncipollo/release-action@v1.7.3
44+
uses: ncipollo/release-action@v1.8.6
4545
with:
4646
# An optional flag which indicates if we should update a release if it already exists. Defaults to false.
4747
allowUpdates: true

0 commit comments

Comments
 (0)