Skip to content

Commit

Permalink
Update issue-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mjaquiery authored Dec 8, 2023
1 parent 9ac5789 commit 6fb6ab8
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/issue-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
# Run when Docs workflow completes
push:
branches:
- v*.*.*
- release/*

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand All @@ -22,10 +22,11 @@ jobs:
ref: 'api-clients'

- name: Release
uses: ncipollo/release-action@v1
uses: softprops/action-gh-release@v1
with:
tag: github.ref_name
tag_name: "${{ github.ref_name }}"
body: "Release ${{ github.ref_name }}."
artifacts: "galv-spec.json,clients/*"
commit: github.ref_name
artifactErrorsFailBuild: true
files: |
galv-spec.json
clients/*
target_commitish: "${{ github.ref_name }}"

0 comments on commit 6fb6ab8

Please sign in to comment.