Skip to content

Commit

Permalink
chore: Try to make the build work
Browse files Browse the repository at this point in the history
  • Loading branch information
martinherweg committed Sep 8, 2023
1 parent fbb5772 commit 3e669d8
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/release-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,13 @@ on:
jobs:
release:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v3

- name: Set up PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.0 # Replace with your desired PHP version

- name: Install dependencies
uses: ./github/actions/npm-install

- name: Build assets
run: npm run build
# Add commands to build and test your package here

- name: Create a release
id: create_release
Expand Down

0 comments on commit 3e669d8

Please sign in to comment.