Skip to content

separate winget action #1

separate winget action

separate winget action #1

name: Update Winget Manifest
on:
release:
types: [published]
jobs:
update-winget-manifest:
runs-on: windows-latest

Check failure on line 9 in .github/workflows/update-winget-manifest.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/update-winget-manifest.yml

Invalid workflow file

You have an error in your yaml syntax on line 9
steps:
- uses: vedantmgoyal2009/winget-releaser@v2
with:
identifier: therealpaulgg.ssh-sync
version: ${{ github.ref_name }}
release-tag: ${{ github.ref_name }}
token: ${{ secrets.ACCESS_TOKEN_CLASSIC }}