Skip to content

Commit

Permalink
Merge pull request #3 from gbh-tech/ci-RI-4198-fix-release-it-workflow
Browse files Browse the repository at this point in the history
ci: (RI-4198) Update release it workflow
  • Loading branch information
javiercm1410 authored Sep 4, 2024
2 parents c9a361a + 432e13e commit b63d2b4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ name: 🚀 Release
on:
workflow_dispatch:

env:
NAME: 'dot-env-generator'

jobs:
release:
runs-on: ubuntu-latest
Expand All @@ -14,6 +11,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ secrets.DEVOPS_USER_TOKEN }}

- name: 🟢 Configure Bun on runner
uses: oven-sh/setup-bun@v1
Expand All @@ -37,6 +35,6 @@ jobs:
task compress
- name: 🚀 Release a new version
run: npx release-it --ci
run: bun release-it --ci
env:
GITHUB_TOKEN: ${{ secrets.DEVOPS_USER_TOKEN }}

0 comments on commit b63d2b4

Please sign in to comment.