Skip to content

Commit

Permalink
Remove bugged bit (#1959)
Browse files Browse the repository at this point in the history
  • Loading branch information
Coolthulhu authored Oct 4, 2022
1 parent 5544a73 commit b0d5f5a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/manual-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,8 @@ jobs:
- name: Generate environmental variables
id: generate_env_vars
run: |
if
echo "::set-output name=tag_name::cbn-${{ inputs.version }}"
echo "::set-output name=release_name::Cataclysm-BN ${{ inputs.version }}"
echo "::set-output name=tag_name::cbn-${{ inputs.version }}"
echo "::set-output name=release_name::Cataclysm-BN ${{ inputs.version }}"
- name: Check if there is existing git tag
id: tag_check
uses: mukunku/tag-exists-action@v1.0.0
Expand Down

0 comments on commit b0d5f5a

Please sign in to comment.