Skip to content

Commit cb7bb25

Browse files
authored
release: release trigger, reformat of actions (#537)
1 parent 36e1761 commit cb7bb25

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/deploy-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
publish-npm:
7171
runs-on: ubuntu-latest
7272

73-
needs: [version-and-tag, publish-github]
73+
needs: [ version-and-tag, publish-github ]
7474
env:
7575
VERSION: ${{ needs.version-and-tag.outputs.VERSION }}
7676

.github/workflows/release-on-github.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ on:
1010
Select the branch to release from above, then select the version level to bump below.
1111
type: choice
1212
options:
13-
- major
14-
- minor
15-
- patch
13+
- major
14+
- minor
15+
- patch
1616
default: minor
1717
jobs:
1818
bump-version:

0 commit comments

Comments
 (0)