Skip to content

Commit

Permalink
Merge pull request #24 from jpbnetley/feature/test
Browse files Browse the repository at this point in the history
Feature/test
  • Loading branch information
jpbnetley authored Jun 8, 2023
2 parents d4d00b0 + 4843dd1 commit 6667754
Show file tree
Hide file tree
Showing 3 changed files with 2,981 additions and 2,289 deletions.
15 changes: 11 additions & 4 deletions .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ name: Publish package to Github
on:
workflow_dispatch:
push:
branches: [main]
branches:
- main
- staging

concurrency:
group: ${{ github.ref }}
Expand All @@ -23,9 +25,14 @@ jobs:
uses: cycjimmy/semantic-release-action@v3
id: semantic
with:
branch: 'main'
#working_directory: 'dist'
# working_directory: 'src'
branch: |
[
'main',
{
name: 'staging',
prerelease: true
}
]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
Loading

0 comments on commit 6667754

Please sign in to comment.