Skip to content

Commit

Permalink
fix!: deployment tag is now main (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArwynFr committed May 30, 2023
1 parent be1fe05 commit 4358641
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
steps:

- name: Create Github release
uses: arwynfr/actions-conventional-versioning@master
uses: arwynfr/actions-conventional-versioning@main
with:
allow-additional-modifiers: true
feat-upgrades-minor: false
strict-types: true

- name: Create version tags
uses: arwynfr/actions-conventional-versioning/new-versionTags@master
uses: arwynfr/actions-conventional-versioning/new-versionTags@main

0 comments on commit 4358641

Please sign in to comment.