Skip to content

Commit

Permalink
Fix missing closing bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
SavDont committed Aug 24, 2023
1 parent 230f0d5 commit ff531fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
git config --global user.name "Github Actions"
- name: 'Checkout new branch'
run: /
git checkout -b testpublish/${{ github.ref }}-${{ github.run_id }}-${{ github.run_number }
git checkout -b testpublish/${{ github.ref }}-${{ github.run_id }}-${{ github.run_number }}
git push -u origin testpublish/${{ github.ref }}-${{ github.run_id }}-${{ github.run_number }}
- name: 'install dependencies'
run: |
Expand Down

0 comments on commit ff531fc

Please sign in to comment.