Skip to content

Commit

Permalink
Mark prerelease.
Browse files Browse the repository at this point in the history
  • Loading branch information
pc-magas committed Jan 27, 2024
1 parent 77bba45 commit db05124
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-sass.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ jobs:
- name: "Mark prelelease"
if: github.ref == 'refs/heads/dev'
run: |
npm version prerelease --preid=dev
npm version prerelease --preid=dev --no-commit-hooks --no-git-tag-version
- name: commit built sass
- name: commit built package.json
if: github.ref == 'refs/heads/dev'
uses: actions-x/commit@v6
with:
Expand Down

0 comments on commit db05124

Please sign in to comment.