Skip to content

Commit

Permalink
ci(SHUTTLE-750): Refactor Semantic Releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
theurichde committed Aug 2, 2022
1 parent ceb4117 commit fda30e4
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 9,336 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: "Build & Test"
name: "PR - Build & Test"

on:
pull_request:
branches:
- main

jobs:
build:
pr_tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
branches: [ main ]
schedule:
- cron: '20 0 * * 0'
- cron: '15 20 * * 0'

jobs:
analyze:
Expand Down
10 changes: 4 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,8 @@ jobs:
with:
version: latest
install-only: true
- name: Run Semantic Versioning Release
uses: actions/setup-node@v2
- name: Release
uses: ridedott/[email protected]
with:
cache: npm
node-version: 16
- run: npm install
- run: npx semantic-release
disable-changelog: true
config-file: ./.releaserc.yml
Loading

0 comments on commit fda30e4

Please sign in to comment.