Skip to content

Commit

Permalink
Clean release pipeline (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
RVR06 authored Jun 19, 2024
1 parent d9e478b commit 325f832
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: Create Release

on:
push:
# Sequence of patterns matched against refs/tags
# tags:
# - 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10

name: Create Release
workflow_dispatch:

jobs:
build:
Expand All @@ -13,14 +12,8 @@ jobs:
env:
PUSH_PACKAGES: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
steps:
- name: Install git-lfs
run: |
sudo apt install -y git-lfs
- name: Checkout code
uses: actions/checkout@v4
with:
lfs: true

- uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 325f832

Please sign in to comment.