Skip to content

Commit bc451b8

Browse files
author
Riley Priddle
committed
fixed build process
1 parent 0cf8624 commit bc451b8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ permissions:
99
contents: write
1010
pull-requests: write
1111
jobs:
12-
build-docker-image:
12+
build-package:
1313
runs-on: ubuntu-latest
1414
steps:
15+
- uses: actions/checkout@v3
1516
- name: draft release
1617
uses: release-drafter/release-drafter@v5
1718
env:

0 commit comments

Comments
 (0)