Skip to content

Commit

Permalink
ci(release): add release-please job dependency
Browse files Browse the repository at this point in the history
Release-As: 0.1.0
  • Loading branch information
Xenira committed Dec 3, 2023
1 parent 685391c commit c669795
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
on:
push:
branches:
- master
workflow_run:
workflows: [".Net"]
branches: ["master"]
types:
- completed

permissions:
contents: write
Expand All @@ -27,11 +29,11 @@ jobs:
if: ${{ steps.release.outputs.release_created }}
uses: dawidd6/action-download-artifact@v2
with:
workflow: dotnet.yml
workflow: ".Net"
name: release-artifact
path: techtonica_vr.tar.gz
- name: Upload release artifact
if: ${{ steps.release.outputs.release_created }}}
if: ${{ steps.release.outputs.release_created }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
Expand Down

0 comments on commit c669795

Please sign in to comment.