We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 92b5ef0 + bccde5a commit d03f3d4Copy full SHA for d03f3d4
1 file changed
.github/workflows/pack_publish.yml
@@ -1,5 +1,5 @@
1
name: Pack and Publish
2
-
+
3
on:
4
release:
5
types: [published]
@@ -40,4 +40,4 @@ jobs:
40
runs-on: ubuntu-latest
41
steps:
42
- run: echo "Tests result = ${{ needs.tests.result }}"
43
- - run: echo "Pack & Publish result = ${{ needs.publish.result }}"
+ - run: echo "Pack & Publish result = ${{ needs.publish.result }}"
0 commit comments