Skip to content

Commit

Permalink
Fix; git releases should only be done from main (#450)
Browse files Browse the repository at this point in the history
Co-authored-by: Hammerbeck <andreas.hammerbeck@digdir.no>
  • Loading branch information
Andreass2 and Hammerbeck authored May 24, 2024
1 parent 0305ff1 commit b9a62a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/release-to-git/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ runs:
GITHUB_TOKEN: ${{ inputs.GITHUB_TOKEN }}
TAG: ${{ steps.get-version.outputs.version }}
run: |
gh release create "$TAG" --title="v${{steps.get-version.outputs.version}}" --generate-notes --target feat/automatic-release-notes
gh release create "$TAG" --title="v${{steps.get-version.outputs.version}}" --generate-notes

0 comments on commit b9a62a9

Please sign in to comment.