Skip to content

Commit

Permalink
use -rc prerelease flag to distinguish released versions from stage v…
Browse files Browse the repository at this point in the history
…ersions
  • Loading branch information
irony committed Jan 30, 2025
1 parent 96458e7 commit 5c5ed9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

- name: 🏗️ Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: 🔧 Build and push Docker Image
uses: docker/build-push-action@v6
with:
Expand All @@ -58,5 +58,5 @@ jobs:
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git config --global user.name "github-actions[bot]"
git pull --rebase origin main
npm version patch
npm version prerelease --preid=rc
git push origin main

0 comments on commit 5c5ed9f

Please sign in to comment.