Skip to content

Commit

Permalink
ci: Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rsenden committed Aug 18, 2023
1 parent 1da3205 commit 2204121
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
with:
command: github-release
release-type: simple
package-name: ${{ github.event.repository.name }}
package-name: ${{ github.event.repository.name }}
default-branch: main

- name: PROD - Define release info
if: steps.create_prod_release.outputs.release_created
Expand Down Expand Up @@ -237,6 +238,7 @@ jobs:
command: release-pr
release-type: simple
package-name: ${{ github.event.repository.name }}
default-branch: main

- name: DEV - Prepare GitHub release
if: needs.build.outputs.do_dev_release
Expand Down

0 comments on commit 2204121

Please sign in to comment.