Skip to content

Commit

Permalink
Fixed syntax on action
Browse files Browse the repository at this point in the history
  • Loading branch information
GPaoloni committed Sep 7, 2022
1 parent e5bb13e commit a2974e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/generate-pre-release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ inputs:
description: Release title - The title that will be given to this pre-release.
required: true
repo_token:
description: A GitHub token to access the repo. Tipically ${{ secrets.GITHUB_TOKEN }}.
description: A GitHub token to access the repo. Tipically secrets.GITHUB_TOKEN.
required: true
outputs:
generated-pre-release-tag:
Expand Down Expand Up @@ -45,6 +45,7 @@ runs:
id: generate_next_tag

- run: echo ${{ steps.generate_next_tag.outputs.generated-tag }}
shell: bash

# Create a pre-release
- name: Create a pre-release
Expand Down

0 comments on commit a2974e2

Please # to comment.