Skip to content

Commit

Permalink
Try to auto-release on marketplace
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadorequest committed Jan 10, 2023
1 parent 88adafa commit 9dc5acd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/auto-git-release-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#
# See https://github.com/PaulHatch/semantic-version https://github.com/PaulHatch/semantic-version/tree/v5.0.2
# See https://github.com/softprops/action-gh-release https://github.com/softprops/action-gh-release/tree/v1
# See https://github.com/Actions-R-Us/actions-tagger https://github.com/Actions-R-Us/actions-tagger/releases/tag/v2.0.3

name: 'Auto release'
on:
Expand Down Expand Up @@ -70,8 +71,6 @@ jobs:
files: |
CHANGELOG.md
# TODO les versions majeures ne sont pas màj
# la version dans GHA marketplace est pas màj
- name: Updating Git release tag for the major "v${{steps.next_semantic_version.outputs.major}}" version
uses: softprops/action-gh-release@v1
with: # See https://github.com/softprops/action-gh-release#-customizing
Expand All @@ -82,3 +81,8 @@ jobs:
generate_release_notes: true
files: |
CHANGELOG.md
- name: Release on GitHub Actions Marketplace
uses: Actions-R-Us/actions-tagger@v2.0.3
with:
token: "${{ github.token }}"
File renamed without changes.

0 comments on commit 9dc5acd

Please sign in to comment.