Skip to content

Commit

Permalink
Update release-pr.yml (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgamero authored Mar 6, 2024
1 parent dcbd995 commit 7f4afa8
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions .github/workflows/release-pr.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
name: Create release PR
name: Release Project

on:
push:
branches:
- main
paths:
- CHANGELOG.md
workflow_dispatch:
inputs:
release:
description: 'Define release version (ex: v1, v2, v3)'
required: true

jobs:
release-pr:
uses: OliverMKing/javascript-release-workflow/.github/workflows/release-pr.yml@main
release:
permissions:
actions: read
contents: write
uses: Azure/action-release-workflows/.github/workflows/release_js_project.yaml@6f9de5deea0d6655168c8dd26e8849698f9a3809
with:
release: ${{ github.event.inputs.release }}
changelogPath: ./CHANGELOG.md

0 comments on commit 7f4afa8

Please # to comment.