Skip to content

Commit

Permalink
Update publish-sayanrepo.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Syrent authored Jun 1, 2024
1 parent 8f3c58c commit a993f35
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/publish-sayanrepo.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
name: Publish Snapshots
on:
workflow_run:
workflows: ["Build artifacts"]
types:
- completed
push:
branches:
- master

jobs:
publish_to_sayanrepo:
runs-on: ubuntu-22.04
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Call Build artifacts workflow
uses: boi-carti/sayanvanish/.github/workflows/build-artifacts.yml@master
- name: Publish to SayanDevelopment snapshot repo
run: ./gradlew publish
env:
Expand Down

0 comments on commit a993f35

Please sign in to comment.