2929 echo "::set-output name=notion_download_hash::$NOTION_DOWNLOAD_HASH"
3030 echo "::set-output name=notion_enhancer_desktop_commit::$NOTION_ENHANCER_DESKTOP_COMMIT"
3131
32- NOTION_REPACKAGED_VERSION_REV="${NOTION_VERSION}-{0}. ${NOTION_REPACKAGED_REVISION}"
32+ NOTION_REPACKAGED_VERSION_REV="${NOTION_VERSION}-${NOTION_REPACKAGED_REVISION}"
3333 echo "::set-output name=notion_repackaged_version_rev::$NOTION_REPACKAGED_VERSION_REV"
3434 outputs :
3535 notion_version : ${{ steps.preload-variables.outputs.notion_version }}
@@ -42,17 +42,14 @@ jobs:
4242 name : Create release
4343 runs-on : ubuntu-latest
4444 needs : [preload-variables]
45- strategy :
46- matrix :
47- edition : [vanilla, enhanced]
4845 steps :
4946 - uses : actions/checkout@v2
5047 - uses : release-drafter/release-drafter@v5
5148 env :
5249 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
5350 with :
54- version : ${{ format( needs.preload-variables.outputs.notion_repackaged_version_rev, matrix.edition) }}
55- tag : v${{ format( needs.preload-variables.outputs.notion_repackaged_version_rev, matrix.edition) }}
51+ version : ${{ needs.preload-variables.outputs.notion_repackaged_version_rev }}
52+ tag : v${{ needs.preload-variables.outputs.notion_repackaged_version_rev }}
5653
5754 make-vanilla-sources :
5855 name : Make vanilla sources
8279
8380 make-enhanced-sources :
8481 name : Make enhanced sources
85- runs-on : ubuntu-latest
8682 needs : [make-vanilla-sources, preload-variables]
87- env :
88- NOTION_VERSION : ${{ needs.preload-variables.outputs.notion_version }}
89- NOTION_REPACKAGED_REVISION : ${{ needs.preload-variables.outputs.notion_repackaged_revision }}
83+ runs-on : ubuntu-latest
9084 steps :
9185 - uses : actions/checkout@v2
9286 - name : Install icnsutils and moreutils
0 commit comments