Skip to content

Commit

Permalink
chore: fix branch for generating types (#646)
Browse files Browse the repository at this point in the history
  • Loading branch information
devdanco authored Nov 20, 2023
1 parent 135b757 commit cb884bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ jobs:

- name: Current branch name for generating types
run: |
echo "MANGATA_TYPES_VERSION=${{ steps.branch-name.outputs.current_branch }}" | sed "s@/@-@g" >> $GITHUB_ENV
echo "MANGATA_TYPES_VERSION=${{ steps.branch-name.outputs.current_branch }}" | sed -E 's@[/\.]@-@g' >> $GITHUB_ENV
- name: E2E- Calculate if run e2e feature branch or main.
run: |
Expand Down

0 comments on commit cb884bb

Please sign in to comment.