Skip to content

Commit

Permalink
Merge pull request #8 from curvefi/fix/publish-workflow
Browse files Browse the repository at this point in the history
Publish workflow
  • Loading branch information
Macket authored Dec 13, 2021
2 parents b9bec17 + cad5127 commit 7e98175
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
release:
if: github.event.base_ref == 'refs/heads/master
if: github.event.base_ref == 'refs/heads/master'
name: Release
runs-on: ubuntu-latest
steps:
Expand All @@ -25,7 +25,7 @@ jobs:
prerelease: false

publish:
if: github.event.base_ref == 'refs/heads/master
if: github.event.base_ref == 'refs/heads/master'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 7e98175

Please sign in to comment.