Skip to content

Commit

Permalink
fix: update release please workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
spaenleh committed Dec 4, 2023
1 parent ef4d52e commit 9464061
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: release-please

on:
push:
branches:
- main

name: release-please
jobs:
release-please:
runs-on: ubuntu-latest
Expand All @@ -12,18 +13,9 @@ jobs:
id: release
with:
release-type: node
package-name: graasp-sdk
changelog-types: '[{"type":"feat","section":"Features","hidden":false},{"type":"fix","section":"Bug Fixes","hidden":false},{"type":"docs","section":"Documentation","hidden":false}]'

- uses: actions/checkout@v4

- name: Tag major and minor versions
uses: jacobsvante/[email protected]
if: ${{ steps.release.outputs.releases_created }}
with:
major: ${{ steps.release.outputs.major }}
minor: ${{ steps.release.outputs.minor }}

- name: Auto Tag
uses: graasp/graasp-deploy/.github/actions/auto-tag-after-release@v1
with:
Expand Down

0 comments on commit 9464061

Please sign in to comment.