Skip to content

Update build-artifacts.yml #3

Update build-artifacts.yml

Update build-artifacts.yml #3

name: Publish Snapshots
on:
workflow_run:
workflows: ["Build artifacts"]
types:
- completed
jobs:
publish:
- name: Publish to SayanDevelopment snapshot repo

Check failure on line 10 in .github/workflows/publish-sayanrepo.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/publish-sayanrepo.yml

Invalid workflow file

You have an error in your yaml syntax on line 10
run: ./gradlew publish
env:
REPO_SAYAN_USER: ${{ secrets.REPO_SAYAN_USER }}
REPO_SAYAN_TOKEN: ${{ secrets.REPO_SAYAN_TOKEN }}