Skip to content

Commit

Permalink
test: testing creation file 7
Browse files Browse the repository at this point in the history
  • Loading branch information
braybatista authored Apr 1, 2024
1 parent 3873b64 commit 2ca736e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/template-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ jobs:
run: echo "output_test=$(cat .releaserc2)" >> $GITHUB_OUTPUT
- name: Test output
run: echo ${{ steps.vars.outputs.output_test }}
- name: Get Current Branch
id: current_branch
run: echo "Current branch is ${{ env.GITHUB_REF }}"

# - name: Setup Node.js
# if: ${{ env.SKIP_RELEASE == 'false' }}
Expand Down

0 comments on commit 2ca736e

Please sign in to comment.