Skip to content

Commit

Permalink
fix output reference
Browse files Browse the repository at this point in the history
  • Loading branch information
jotacemarin committed Feb 9, 2024
1 parent f80b35d commit 8f07570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd-prod-botnorrea-v2-telegram.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
if: ${{ steps.obtener_autor_commit.outputs.autor_commit != 'botnorrea-v2' }}
run: |
git push origin master
git push origin ${{ steps.create_new_tag.outputs.create_new_tag }}
git push origin ${{ steps.create_new_tag.outputs.new_tag }}
# Deploy to production
- name: Using Node.js ${{ matrix.node-version }}
Expand Down

0 comments on commit 8f07570

Please sign in to comment.