Skip to content

Commit 764b329

Browse files
committed
chore: use the fsharp-program from v0.0.017
1 parent c941965 commit 764b329

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ runs:
5252
- name: Download the self-contained .NET program
5353
shell: bash
5454
env:
55-
PACKAGE_URL: 'https://github.com/FsharpGHActions/git-tag-to-workflow-dispatch/releases/download/v0.0.008/fsharp-program.tar.gz'
55+
PACKAGE_URL: 'https://github.com/FsharpGHActions/git-tag-to-workflow-dispatch/releases/download/v0.0.017/fsharp-program.tar.gz'
5656
run: wget -O "${HELPER_PATH}.tar.gz" "${PACKAGE_URL}"
5757
- name: Uncompress the .NET program
5858
shell: bash

0 commit comments

Comments
 (0)