Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nriss authored Apr 2, 2024
1 parent c8d418f commit 33a7547
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
name: Workflow Release
name: Workflow Release to IG-website-release
on:
workflow_call:

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
run-release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
path: igSource
- uses: ansforge/IG-workflows@main
- uses: ansforge/IG-workflows@v0.2.0
with:
repo_ig: "./igSource"
github_page: "true"
Expand Down

0 comments on commit 33a7547

Please sign in to comment.