Skip to content

Commit

Permalink
Merge pull request #254 from rhys-vdw/fix-deploy
Browse files Browse the repository at this point in the history
Fix deploy
  • Loading branch information
rhys-vdw authored Jun 12, 2024
2 parents 7dd026b + ccb6624 commit ba25d26
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,20 @@ on:
workflow_dispatch:
inputs:
updateType:
description: "Update type ('patch', 'major', or 'minor')"
description: 'Update type'
type: choice
options:
- major
- minor
- patch
required: true
jobs:
build:
if: "!startsWith(github.event.head_commit.message, '[ci skip]')"
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
steps:
- uses: actions/checkout@v4
- name: Use Node.js 20
Expand Down

0 comments on commit ba25d26

Please sign in to comment.