Skip to content

Commit

Permalink
add DEFAULT_BRANCH as to env
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianGeie committed Sep 27, 2024
1 parent 50cd8de commit 434bf0f
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/github-tag-action@1.59.0
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 434bf0f

Please sign in to comment.