Skip to content

Commit d03f3d4

Browse files
Merge branch 'main' into develop
2 parents 92b5ef0 + bccde5a commit d03f3d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pack_publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Pack and Publish
2-
2+
33
on:
44
release:
55
types: [published]
@@ -40,4 +40,4 @@ jobs:
4040
runs-on: ubuntu-latest
4141
steps:
4242
- run: echo "Tests result = ${{ needs.tests.result }}"
43-
- run: echo "Pack & Publish result = ${{ needs.publish.result }}"
43+
- run: echo "Pack & Publish result = ${{ needs.publish.result }}"

0 commit comments

Comments
 (0)