[READ-ONLY] Mirror of https://github.com/probablykasper/mr-tagger. Music file tagging app for Mac, Linux and Windows
audio linux macos music tagger tauri windows
0

Configure Feed

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

Use tauri-action@v0

Kasper (Jul 1, 2022, 12:55 AM +0200) 642e1a45 c7b7e273

+2 -2
+1 -1
.github/workflows/release.yml
··· 35 35 - run: npm install 36 36 37 37 - name: Build and release 38 - uses: tauri-apps/tauri-action@b3f03835ca527e9735b386f1b1302ca70714b1e6 38 + uses: tauri-apps/tauri-action@v0 39 39 env: 40 40 GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} 41 41 with:
+1 -1
.github/workflows/test.yml
··· 48 48 - run: npm run test 49 49 50 50 - name: Build 51 - uses: tauri-apps/tauri-action@b3f03835ca527e9735b386f1b1302ca70714b1e6 51 + uses: tauri-apps/tauri-action@v0 52 52 env: 53 53 GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}