Skip to content

Commit

Permalink
chore: allow releasing from any branch
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverlaz committed Aug 19, 2024
1 parent ad3fb20 commit 7fba97c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/version-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ jobs:
run: yarn test:ci:libs

- name: Version and release packages
if: ${{ github.ref_name == 'main' }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
Expand Down

0 comments on commit 7fba97c

Please sign in to comment.