Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
BenoitRanque committed Aug 2, 2024
1 parent 2b8a97b commit dbe5b77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-stage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -210,10 +210,10 @@ jobs:
version: ${{ steps.get-version.outputs.tagged_version }}
path: ./CHANGELOG.md

- name: create a draft release
- name: create a release
uses: ncipollo/release-action@v1
with:
draft: true
draft: false
tag: v${{ steps.get-version.outputs.tagged_version }}
body: ${{ steps.changelog-reader.outputs.changes }}
artifacts: release/artifacts/*

0 comments on commit dbe5b77

Please sign in to comment.