Skip to content

Commit

Permalink
fix: releases workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanildoBarauna committed May 10, 2024
1 parent d7a8214 commit d23812a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/generate_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Bump version and push tag
id: tag_version
uses: anothrNick/[email protected]
Expand All @@ -23,9 +23,8 @@ jobs:
EXCLUDE_BRANCHES: 'main'
WITH_V: true

# Usando GITHUB_OUTPUT para passar variáveis entre steps
- name: Set new tag output
run: echo "new_tag=${{ steps.tag_version.outputs.new_tag }}" >> $GITHUB_OUTPUT
run: echo "new_tag=${{ steps.tag_version.outputs.new_tag }}" >> $GITHUB_ENV

- name: Create Release
uses: actions/create-release@v1
Expand Down

0 comments on commit d23812a

Please sign in to comment.