Skip to content

Commit

Permalink
test release gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
marcopiraccini committed Dec 13, 2023
1 parent fdb3946 commit be5cbe5
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,11 @@ on:
- 'patch'

jobs:
run-test:
uses: platformatic/meraki/.github/workflows/test.yml@main

version-bump:
release:
runs-on: ubuntu-latest
steps:
steps:
- name: Run tests
uses: platformatic/meraki/.github/workflows/test.yml@main
- name: Checkout
uses: actions/checkout@v4
- name: 'Automated Version Bump'
Expand All @@ -28,13 +27,8 @@ jobs:
with:
version-type: ${{ github.event.inputs.versionType }}
tag-prefix: 'v'

create-draft:
uses: platformatic/meraki/.github/workflows/release-draft.yml@main

release:
runs-on: ubuntu-latest
steps:
- name: 'Draft release'
uses: platformatic/meraki/.github/workflows/release-draft.yml@main
- name: Get last Draft
id: last_release
uses: InsonusK/[email protected] # https://github.com/InsonusK/get-latest-release
Expand Down

0 comments on commit be5cbe5

Please sign in to comment.