Skip to content

Commit

Permalink
ci: improve semantic release workflow (#319)
Browse files Browse the repository at this point in the history
  • Loading branch information
robocopklaus authored Oct 10, 2024
1 parent cb9fd17 commit 1d70a9e
Show file tree
Hide file tree
Showing 4 changed files with 7,545 additions and 1,490 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@ name: Release

on:
workflow_dispatch:
inputs:
dry_run:
description: 'Dry run for Semantic Release'
type: boolean
required: false
default: true

jobs:
release:
Expand All @@ -18,8 +24,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.SEMANTIC_RELEASE_TOKEN }}
with:
semantic_version: 23.1.1
extra_plugins: |
@semantic-release/[email protected]
@semantic-release/[email protected]
[email protected]
dry_run: ${{ github.event.inputs.dry_run == 'true' || github.event.inputs.dry_run == true }}
1 change: 1 addition & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"bradlc.vscode-tailwindcss",
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode",
"github.vscode-github-actions",
"mikestead.dotenv",
"onecentlin.laravel-blade",
"open-southeners.laravel-pint",
Expand Down
Loading

0 comments on commit 1d70a9e

Please sign in to comment.