Skip to content

Commit

Permalink
Also create release
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven65 committed Dec 1, 2023
1 parent 2169e28 commit 2ccd427
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,24 @@ on:
branches: [main]

jobs:
# release:
# runs-on: ubuntu-latest
release:
runs-on: ubuntu-latest

# steps:
steps:

# - name: Checkout
# uses: actions/checkout@v2
# with:
# fetch-depth: 0
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0

# - name: Create Release and bump version files
# uses: helsingborg-stad/release-wp-plugin-action@1.0.2
# with:
# php-version: 8.2
# node-version: 20.6.0
- name: Create Release and bump version files
uses: helsingborg-stad/release-wp-plugin-action@1.0.2
with:
php-version: 8.2
node-version: 20.6.0

build-assets:
# needs: ['release']
needs: ['release']
runs-on: ubuntu-latest
steps:
- name: Get latest release version
Expand Down

0 comments on commit 2ccd427

Please sign in to comment.