Skip to content

Commit

Permalink
Improvement - Package Management - Call the Reusable Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
RehabAbotalep committed Nov 13, 2024
1 parent e1245d9 commit 3740e31
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 32 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/build-publish-nuget.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Build and Publish Nuget Package

on:
push:
tags:
- 'v*' # Triggers the workflow on tags that start with "v"

jobs:
build-and-publish:
uses: DevOpsVisions/common-workspace-hub/.github/workflows/reusable-publish-nuget.yml@main
with:
working-directory: ./src/lib
package-source: 'https://nuget.pkg.github.com/${{ github.repository_owner }}/index.json'
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
32 changes: 0 additions & 32 deletions .github/workflows/ci.yml

This file was deleted.

0 comments on commit 3740e31

Please sign in to comment.