Skip to content

Commit

Permalink
GA works well, create first release
Browse files Browse the repository at this point in the history
  • Loading branch information
krkabol committed Sep 11, 2024
1 parent 678ad8f commit fca4288
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Build and Release

on:
push:
# tags:
# - 'v*.*.*.*'
tags:
- 'v*.*.*.*'

jobs:
build:
Expand Down Expand Up @@ -37,9 +37,6 @@ jobs:
with:
name: artifacts
path: ./dist
# Check if dist folder exists
- name: Verify dist folder
run: ls -la ./dist
- name: Create GitHub Release
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit fca4288

Please sign in to comment.