Skip to content

Commit

Permalink
♻️ Correct syntax of publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
elgohr committed Aug 28, 2021
1 parent ed2a6f1 commit 8b71ece
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
if: github.actor != "dependabot[bot]"
if: github.actor != 'dependabot[bot]'
- name: Create a Release
if: github.actor != "dependabot[bot]"
if: github.actor != 'dependabot[bot]'
uses: elgohr/Github-Release-Action@master
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
Expand Down

0 comments on commit 8b71ece

Please sign in to comment.