Skip to content

Commit b0a62db

Browse files
authored
Merge pull request #2357 from brendandburns/release
Fix release.yml (again)
2 parents 7e0382d + cf031d9 commit b0a62db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ jobs:
5858
run: |
5959
git config --global user.name 'Github Bot'
6060
git config --global user.email '<>'
61-
git tag ${{ github.events.inputs.releaseVersion }}
61+
git tag ${{ github.event.inputs.releaseVersion }}
6262
- name: Push tag
6363
if: ${{ github.event.inputs.dry_run != 'true' }}
6464
run: |
65-
git push ${{ github.events.inputs.releaseVersion }}
65+
git push origin ${{ github.event.inputs.releaseVersion }}

0 commit comments

Comments
 (0)