Skip to content

Commit

Permalink
Create publishedreleases.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kebaldwi authored Dec 16, 2024
1 parent 9126340 commit e68ac52
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/publishedreleases.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Main

on:
push:
tags:
- "v*.*"

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Release
uses: softprops/action-gh-release@v2
with:
files: |
CODE/POSTMAN/*.json
CODE/POWERSHELL/*.ps1
CODE/TEMPLATES/JINJA2/DAYN/JSON/Titanium_WiredAutoLab_Jinja2_project.json
CODE/TEMPLATES/JINJA2/DAYN/JSON/DCLOUD-PrepEnvironment-project.json
CODE/TEMPLATES/JINJA2/ONBOARDING/JSON/Platinum_PnP_Jinja2_Template.json

0 comments on commit e68ac52

Please sign in to comment.