Skip to content

Commit

Permalink
Merge pull request #6 from BuffDev/dev
Browse files Browse the repository at this point in the history
Fix indentation in create-release.yml
  • Loading branch information
Danil0ws committed Jan 31, 2024
2 parents b78acf9 + 39d3df2 commit 0622da8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 'Checkout source code'
- uses: actions/checkout@v4
uses: actions/checkout@v4
with:
ref: ${{ github.ref }}
- name: 'cat package.json'
Expand Down

0 comments on commit 0622da8

Please sign in to comment.