A music player that connects to your cloud/distributed storage.
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

Set step id

+4 -3
+4 -3
.github/workflows/native-build.yml
··· 60 60 outPath: compressed/diffuse-web.tar.gz 61 61 62 62 # Get Diffuse's version number 63 - - uses: martinbeentjes/npm-get-version-action@v1.1.0 63 + - id: package-version 64 + uses: martinbeentjes/npm-get-version-action@v1.1.0 64 65 65 66 # Create release 66 67 - uses: actions/create-release@v1.1.2 ··· 68 69 env: 69 70 GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} 70 71 with: 71 - tag_name: "${{ steps.package-version.outputs.current-version}}" 72 - release_name: "v${{ steps.package-version.outputs.current-version}}" 72 + tag_name: "${{ steps.package-version.outputs.current-version }}" 73 + release_name: "v${{ steps.package-version.outputs.current-version }}" 73 74 body: "See the assets to download this version and install." 74 75 draft: true 75 76 prerelease: true