Skip to content

Commit

Permalink
fix: release action typo
Browse files Browse the repository at this point in the history
  • Loading branch information
averevki committed Apr 18, 2022
1 parent 9d76574 commit 9bfbef1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Build and deploy

on: [push, pull_request]
on: [ push, pull_request ]

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: generate new release
- uses: marvinpinto/action-automatic-releases@latest
uses: marvinpinto/action-automatic-releases@latest
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
prerelease: false
Expand Down

0 comments on commit 9bfbef1

Please sign in to comment.