Skip to content

Commit

Permalink
build: update default release workflow branch name (#411)
Browse files Browse the repository at this point in the history
  • Loading branch information
platosha authored May 12, 2022
1 parent 14bfc1f commit d220df1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ts-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

env:
VERSION_TAG: ${{ github.event_name == 'release' && github.event.release.tag_name || github.event.inputs.tag_name }}
BRANCH: ${{ github.ref_type == 'branch' && github.ref_name || 'main' }}
BRANCH: ${{ github.ref_type == 'branch' && github.ref_name || '1.1' }}

jobs:
testing:
Expand Down

0 comments on commit d220df1

Please sign in to comment.