diff --git a/action.yml b/action.yml index 9296c18..c85411c 100644 --- a/action.yml +++ b/action.yml @@ -115,5 +115,5 @@ runs: echo -n "${{ inputs.gpg-passphrase }}" > $TMP_DIR/gpg-passphrase export GPG_PASSPHRASE="$TMP_DIR/gpg-passphrase" - forgejo-release.sh ${{ inputs.direction }} + ${{ forge.action_path }}/forgejo-release.sh ${{ inputs.direction }} shell: bash