Skip to content

Commit

Permalink
feat: release new version
Browse files Browse the repository at this point in the history
BREAKING CHANGE:

Updated all dependencies, including RxJS (v6 to v7).
To be safe, this is a new major version
  • Loading branch information
timdeschryver committed Sep 5, 2022
1 parent 16c4350 commit a6add25
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
- master
paths-ignore:
- "*.md"

jobs:
build_and_test:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -36,12 +37,12 @@ jobs:
package.json
README.md
dist
# - name: Release
# if: github.repository == 'timdeschryver/rx-query' && github.ref == 'refs/heads/master' && matrix.node-version == 16
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
# run: npx semantic-release
- name: Release
if: github.repository == 'timdeschryver/rx-query' && github.ref == 'refs/heads/master' && matrix.node-version == 16
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release
# - name: deploy storybook to GH pages
# if: github.repository == 'timdeschryver/rx-query' && github.ref == 'refs/heads/master' && matrix.node-version == 16
# run: npm run deploy-storybook -- --ci
Expand Down

0 comments on commit a6add25

Please sign in to comment.