Skip to content

Commit

Permalink
change order
Browse files Browse the repository at this point in the history
  • Loading branch information
ShellyDCMS committed May 24, 2024
1 parent 0573d74 commit 25ebda2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: "Automated Version Bump"
uses: "phips28/gh-action-bump-version@master"
env:
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
with:
version-type: "minor"
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
registry-url: https://registry.npmjs.org/
- run: npx yarn install --frozen-lockfile
- name: "Automated Version Bump"
uses: "phips28/gh-action-bump-version@master"
env:
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
with:
version-type: "minor"
- run: npm run build
- run: npm run cy:run
- run: npm run generate-md-docs
Expand Down

0 comments on commit 25ebda2

Please sign in to comment.