Browse Source

Fix workflow deploy type

test-release-action
Tim Kimber 3 years ago
parent
commit
e530ea51c7
No known key found for this signature in database GPG Key ID: 3E1804964E76BD18
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/release-and-package.yml

+ 1
- 1
.github/workflows/release-and-package.yml View File

@ -9,7 +9,7 @@ on:
tags:
description: 'Tag to deploy, e.g. 2.47'
required: true
type: boolean
type: string
jobs:
deploy:


Loading…
Cancel
Save