Skip to content

Commit

Permalink
ci: simplify release action
Browse files Browse the repository at this point in the history
  • Loading branch information
aamirazad committed Jun 16, 2024
1 parent 70029dc commit d876985
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,22 +22,6 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Install dependencies
uses: pnpm/action-setup@v4
with:
run_install: true

- name: Build project
run: SKIP_ENV_VALIDATION=1 pnpm run build

- name: Set up Git
run: |
git config user.name "Aamir Azad"
git config user.email "[email protected]"
- name: Get tag
id: get_tag
run: |
Expand All @@ -48,7 +32,6 @@ jobs:
- name: Create release
uses: softprops/action-gh-release@v2
with:
files: ./build/*
tag_name: ${{ steps.get_tag.outputs.version }}
name: v${{ steps.get_tag.outputs.version }}
# Automatically generate release notes based on commits
Expand Down

0 comments on commit d876985

Please sign in to comment.