Skip to content

Commit

Permalink
🔧 (push-to-main.yml): rearrange jobs to improve readability and maint…
Browse files Browse the repository at this point in the history
…ainability

  âś… (push-to-main.yml): update workflow to automate version bumping process for the project
  • Loading branch information
isfopo committed Oct 27, 2024
1 parent 54846bc commit 34c4cc1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/push-to-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,19 @@ jobs:
with:
node-version: 20

- name: Install dependencies
run: npm install

- name: Build
run: npm run build

- name: "Automated Version Bump"
uses: "phips28/gh-action-bump-version@master"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
version-type: "patch"

- name: Install dependencies
run: npm install

- name: Build
run: npm run build

# - name: Publish to Visual Studio Marketplace
# uses: HaaLeo/publish-vscode-extension@v1
# with:
Expand Down

0 comments on commit 34c4cc1

Please sign in to comment.