Skip to content

Commit

Permalink
Build: actually fix this time cuz i know it works (#7)
Browse files Browse the repository at this point in the history
* asdfkjas;dfkl kill me

* asdfads;lfj

* asdfaf

* Build: actually fix this time cuz i know it works
  • Loading branch information
cbackas authored Jul 31, 2023
1 parent 10dada5 commit 47d7600
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
release:
runs-on: ubuntu-latest
if: ${{ startsWith(github.ref, 'ref/heads/') }}
if: startsWith(github.ref, 'refs/heads/')
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -29,7 +29,7 @@ jobs:
run: npx semantic-release
notify:
runs-on: ubuntu-latest
if: ${{ startsWith(github.ref, 'refs/tags/') }}
if: startsWith(github.ref, 'refs/tags/')
steps:
- name: Check out code
uses: actions/checkout@v2
Expand Down

0 comments on commit 47d7600

Please sign in to comment.