We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29da0ed commit db8530cCopy full SHA for db8530c
.github/workflows/nightly.yaml
@@ -72,7 +72,10 @@ jobs:
72
tag_name: nightly
73
prerelease: true
74
files: |
75
- dist/**/*
+ dist/iom_*
76
+ dist/malice_network_*
77
+ dist/malice_checksums.txt
78
+ dist/vsix/iom.vsix
79
body: |
80
🌙 Nightly build
81
.github/workflows/releaser.yaml
@@ -69,7 +69,10 @@ jobs:
69
tag_name: ${{ steps.version.outputs.new_tag }}
70
draft: true
71
env:
GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }}
0 commit comments