Skip to content

Commit

Permalink
test: new ext nuts on PDR (#973)
Browse files Browse the repository at this point in the history
* test: new ext nuts on PDR

* fix(deps): bump core/kit/ts-types
  • Loading branch information
mshanemc authored Jun 10, 2024
1 parent 0b9bcd2 commit 4460cca
Show file tree
Hide file tree
Showing 5 changed files with 1,038 additions and 2,164 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-github-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ on:
- main
- prerelease/**
tags-ignore:
- "*"
- '*'
workflow_dispatch:
inputs:
prerelease:
type: string
description: "Name to use for the prerelease: beta, dev, etc. NOTE: If this is already set in the package.json, it does not need to be passed in here."
description: 'Name to use for the prerelease: beta, dev, etc. NOTE: If this is already set in the package.json, it does not need to be passed in here.'

jobs:
release:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ jobs:
- 'yarn test:nuts:convert'
- 'yarn test:nuts:deb'
- 'yarn test:nuts:delete'
- 'yarn test:nuts:deploy'
- 'yarn test:nuts:deploy:metadata:manifest'
- 'yarn test:nuts:deploy:metadata:metadata'
- 'yarn test:nuts:deploy:metadata:metadata-dir'
Expand Down
Loading

0 comments on commit 4460cca

Please sign in to comment.