Skip to content

Commit

Permalink
Merge pull request #363 from kiwigrid/hotfix-build-workflow
Browse files Browse the repository at this point in the history
add DEFAULT_BRANCH variable to github-tag-action env
  • Loading branch information
ChristianGeie authored Sep 27, 2024
2 parents 89b37ff + 434bf0f commit 4327303
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
---
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: Release
on:
push:
Expand All @@ -15,6 +17,7 @@ jobs:
uses: anothrNick/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DEFAULT_BRANCH: master
INITIAL_VERSION: 1.0.0
DEFAULT_BUMP: none
BRANCH_HISTORY: last
Expand Down

0 comments on commit 4327303

Please sign in to comment.