Skip to content

Commit

Permalink
correct the action version
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewshan committed Aug 8, 2021
1 parent 9faa742 commit 9ad6570
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/standalone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ on:
workflow_dispatch:
inputs:
server_version:
description: 'serverVersion'
description: 'tag version for polaris'
required: true
console_version:
description: 'consoleVersion'
description: 'tag version for polaris-console'
required: true

jobs:
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Get Release by Tag
id: get_release_by_tag
uses: jonfriesen/get-release-by-tag@v1.0.0
uses: jonfriesen/get-release-by-tag@v0.0.11
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit 9ad6570

Please sign in to comment.